Skip to content

Commit

Permalink
Fix timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed May 6, 2024
1 parent 1a9532e commit bb674f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rolling-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- main
schedule:
- cron: '12 34 * * *'
- cron: '34 12 * * *'

jobs:
rolling_binary_main:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- main
schedule:
- cron: '12 34 * * *'
- cron: '34 12 * * *'

jobs:
rolling_binary_testing:
Expand Down

0 comments on commit bb674f7

Please sign in to comment.