Skip to content

Commit

Permalink
Fix cron in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed May 30, 2024
1 parent fc8657b commit e261769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Nightly
# Therefore, we switch to a weekly update cycle (and a time where we probably don't need our CI/CD pipleline anyway).
on:
schedule:
- cron: '0 7 * * 7'
- cron: '0 7 * * 0'

jobs:
publish-deutschland-main:
Expand Down

0 comments on commit e261769

Please sign in to comment.