Actions: update labels, add workflow dispatch
This commit is contained in:
parent
5d564176fd
commit
3977e3ca99
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue