Skip to content

Commit

Permalink
chore: Update cron schedule for automated-cleanup-resources (#2498)
Browse files Browse the repository at this point in the history
Will go at about 1am PST
  • Loading branch information
kdestin authored Jul 27, 2023
1 parent 932d9d8 commit 9ada5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-cleanup-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: automated-cleanup-resources
on:
workflow_dispatch:
schedule:
- cron: "45 */12 * * *"
- cron: "0 8 * * *"
pull_request:
branches:
- main
Expand Down

0 comments on commit 9ada5fe

Please sign in to comment.