Skip to content

Commit

Permalink
Fix cron expression in periodic-integration.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Aug 22, 2021
1 parent 8bdb623 commit 93dab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Periodic Integration tests'

on:
schedule:
- cron: 'H 22 * * *'
- cron: '0 22 * * *'
push:
branches:
- main
Expand Down

0 comments on commit 93dab55

Please sign in to comment.