Skip to content

Commit

Permalink
build-test-all-branches.yml: change to run at 5am
Browse files Browse the repository at this point in the history
Since it should test after all package upgrades did run.
  • Loading branch information
thomas-roos authored Jan 8, 2025
1 parent c0904e6 commit db21269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-all-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: trigger build-test in all supported branches
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 5 * * *'

jobs:
trigger-branch-workflows:
Expand Down

0 comments on commit db21269

Please sign in to comment.