Skip to content

Commit

Permalink
Change time setting
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhangTom committed Sep 18, 2023
1 parent 518641e commit 4437e3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Remove old artifacts

on:
schedule:
# Every day at 7am
- cron: '0 7 * * *'
# Every day at 7:30am chicago time
# UTC time for github action
- cron: '30 12 * * *'

jobs:
remove-old-artifacts:
Expand Down

0 comments on commit 4437e3e

Please sign in to comment.