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