From 3977e3ca99a03cbdc164fa509607c9a1936268c6 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 3 Jun 2025 21:42:58 +0200 Subject: [PATCH] Actions: update labels, add workflow dispatch --- .forgejo/workflows/ghostbikebot_masto_bike.yml | 3 ++- .forgejo/workflows/mapcomplete_edits_en_osm_town.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ghostbikebot_masto_bike.yml b/.forgejo/workflows/ghostbikebot_masto_bike.yml index c9eec46..2a179a0 100644 --- a/.forgejo/workflows/ghostbikebot_masto_bike.yml +++ b/.forgejo/workflows/ghostbikebot_masto_bike.yml @@ -1,10 +1,11 @@ on: + workflow_dispatch: schedule: - cron: "0 2 * * 1" jobs: ghostbikebot_masto_bike: - runs-on: [ ubuntu-latest ] + runs-on: [ debian12 ] steps: - uses: https://source.mapcomplete.org/actions/checkout@v4 diff --git a/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml b/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml index 97b63ed..cfb95a6 100644 --- a/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml +++ b/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml @@ -1,10 +1,11 @@ on: + workflow_dispatch: schedule: - cron: "0 2 * * *" jobs: mapcomplete_edits_en_osm_town: - runs-on: [ ubuntu-latest ] + runs-on: [ debian12 ] steps: - uses: https://source.mapcomplete.org/actions/checkout@v4