mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-06 04:49:04 +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 ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
#schedule:
|
||||
# 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 * * *'
|
||||
#- cron: '0 0 * * *'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user