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:
|
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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue