Skip to content

Commit

Permalink
set minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Aug 22, 2024
1 parent 8cc291b commit 0b3fa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latestPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- '*'
# Scheduled jobs will only run on the default branch
schedule:
- cron: '* */5 * * *' # Run every 5 hours
- cron: '0 */5 * * *' # Run every 5 hours
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b3fa82

Please sign in to comment.