Skip to content

Commit

Permalink
update cron job to end daylight savings time (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmessina1010 authored Nov 4, 2024
1 parent 7367e01 commit 1d2f94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-production-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Daily Production Release
on:
workflow_dispatch:
schedule:
- cron: 0 15 * * 1-5
- cron: 0 16 * * 1-5

concurrency:
group: daily-prod-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-release-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Daily Release Warning

on:
schedule:
- cron: 0 14 * * 1-5
- cron: 0 15 * * 1-5

concurrency:
group: daily-release-warning
Expand Down

0 comments on commit 1d2f94c

Please sign in to comment.