Skip to content

Commit

Permalink
VACMS-20694 adjust workflows for dst to est (#20831)
Browse files Browse the repository at this point in the history
* Update s3-backup-retention.yml

* Update default-branch-datadog-metrics.yml
  • Loading branch information
leighvl authored Mar 7, 2025
1 parent d320db5 commit d44214c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/default-branch-datadog-metrics.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Send data about the default branch to DataDog.

#When DST, Use 345AM When not DST Use 245AM
on:
schedule:
- cron: '45 3 * * *'
- cron: '45 3 * * 6' #Temp Saturday
- cron: '45 2 * * 0' #Temp Sunday
- cron: '45 2 * * 1-5' #Post DST
workflow_dispatch:

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/s3-backup-retention.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

name: VAgov CMS S3 Backup Manager
on:
# UTC 5am is ET 1am, everyday.
# UTC 5am is ET 1am, when Daylight Savings begins.
# UTC 6am is ET 1am, when Daylight Savings ends.
schedule:
- cron: '0 5 * * 1-5'
- cron: '0 6 * * 1-5'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d44214c

Please sign in to comment.