mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-27 15:57:44 +00:00
Disable cron
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -5,11 +5,11 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
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
|
# ... and every night
|
||||||
- cron: '0 0 * * *'
|
#- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user