Skip to content

Commit

Permalink
fix: cron national dem should not run on weekends TDE-1162
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Dec 10, 2024
1 parent 661c2d7 commit a32112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/cron/cron-national-dem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
linz.govt.nz/category: raster
linz.govt.nz/data-type: raster
spec:
schedule: '0 6 * * *' # 6 AM every day
schedule: '0 6 * * 1-5' # 6AM every day from Monday to Friday
timezone: 'NZ'
concurrencyPolicy: 'Allow'
successfulJobsHistoryLimit: 3
Expand Down

0 comments on commit a32112e

Please sign in to comment.