Skip to content

Commit df29357

Browse files
author
Peter Bengtsson
authored
Run "Purge old deployment environments" daily instead (#41711)
1 parent 5ce23ba commit df29357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/purge-old-deployment-environments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Purge old deployment environments
1010
on:
1111
workflow_dispatch:
1212
schedule:
13-
- cron: '20 */3 * * *' # Run every 3 hours at 20 minutes past the hour
13+
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
1414

1515
permissions:
1616
contents: write

0 commit comments

Comments
 (0)