Skip to content

Commit

Permalink
chore: Update cron schedule for automated-cleanup-resources
Browse files Browse the repository at this point in the history
    Will go at about 1am PST
  • Loading branch information
kdestin committed Jul 27, 2023
1 parent 33394b7 commit 64c4206
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 64c4206

Please sign in to comment.