We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce23ba commit df29357Copy full SHA for df29357
.github/workflows/purge-old-deployment-environments.yml
@@ -10,7 +10,7 @@ name: Purge old deployment environments
10
on:
11
workflow_dispatch:
12
schedule:
13
- - 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
14
15
permissions:
16
contents: write
0 commit comments