Skip to content

Commit

Permalink
fixed crontab syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 3, 2023
1 parent 227ab93 commit d570f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keep_releases_in_cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: master
schedule:
- cron: '17 * * *'
- cron: '0 17 * * *'
jobs:
build:
strategy:
Expand Down

0 comments on commit d570f4a

Please sign in to comment.