Disable cron

This commit is contained in:
Aarni Koskela
2021-05-25 15:51:24 +03:00
parent 65e3480a78
commit 5ba9bd9f65

View File

@@ -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