Skip to content

Commit

Permalink
ci(gha): adjust cron in ci stability (#11802)
Browse files Browse the repository at this point in the history
I was aiming for 7-7 but CEST.

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
  • Loading branch information
jakubdyszkiewicz authored Oct 18, 2024
1 parent b794858 commit bdf3f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Check CI stability for PRs with "ci/verify-stability" or "ci/verify-stabil

on:
schedule:
# Monday to Friday: Every 2 hours from 7 PM to 7 AM
# Monday to Friday: Every 2 hours from 7 PM to 7 AM CEST
- cron: "0 17 * * 1-5"
- cron: "0 19 * * 1-5"
- cron: "0 21 * * 1-5"
- cron: "0 23 * * 1-5"
- cron: "0 1 * * 2-6"
- cron: "0 3 * * 2-6"
- cron: "0 5 * * 2-6"
- cron: "0 7 * * 2-6"
# Saturday and Sunday: Every 2 hours all day
- cron: "0 */2 * * 6,0"
workflow_dispatch: # Allows manual trigger from GitHub Actions UI
Expand Down

0 comments on commit bdf3f49

Please sign in to comment.