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:
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

View file

@ -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