mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-10 08:02:23 +00:00
Add another schedule entry
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -8,6 +8,8 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# Update automatically on weekdays during work hours
|
# Update automatically on weekdays during work hours
|
||||||
- cron: '0 10,13,16 * * 1-5'
|
- cron: '0 10,13,16 * * 1-5'
|
||||||
|
# ... and every night
|
||||||
|
- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user