Actions: update labels, add workflow dispatch

This commit is contained in:
Pieter Vander Vennet 2025-06-03 21:42:58 +02:00
parent 5d564176fd
commit 3977e3ca99
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 2 * * 1" - cron: "0 2 * * 1"
jobs: jobs:
ghostbikebot_masto_bike: ghostbikebot_masto_bike:
runs-on: [ ubuntu-latest ] runs-on: [ debian12 ]
steps: steps:
- uses: https://source.mapcomplete.org/actions/checkout@v4 - uses: https://source.mapcomplete.org/actions/checkout@v4

View file

@ -1,10 +1,11 @@
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 2 * * *" - cron: "0 2 * * *"
jobs: jobs:
mapcomplete_edits_en_osm_town: mapcomplete_edits_en_osm_town:
runs-on: [ ubuntu-latest ] runs-on: [ debian12 ]
steps: steps:
- uses: https://source.mapcomplete.org/actions/checkout@v4 - uses: https://source.mapcomplete.org/actions/checkout@v4