Skip to content

Commit

Permalink
Run "Purge old deployment environments" daily instead (#41711)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Aug 30, 2023
1 parent 5ce23ba commit df29357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/purge-old-deployment-environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Purge old deployment environments
on:
workflow_dispatch:
schedule:
- cron: '20 */3 * * *' # Run every 3 hours at 20 minutes past the hour
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST

permissions:
contents: write
Expand Down

0 comments on commit df29357

Please sign in to comment.