1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Run "Purge old deployment environments" daily instead (#41711)

This commit is contained in:
Peter Bengtsson
2023-08-30 12:22:39 -04:00
committed by GitHub
parent 5ce23ba447
commit df293570e7

View File

@@ -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