We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7c823 commit 20d6726Copy full SHA for 20d6726
.github/workflows/cleanup-gitpod-environments.yml
@@ -2,7 +2,7 @@ name: Cleanup Gitpod Environments
2
3
on:
4
schedule:
5
- - cron: '0 14 * * 6' # Runs at 2:00 PM UTC (14:00) every Saturday
+ - cron: '0 3 * * *' # Runs at 3:00 AM UTC (03:00) every day
6
workflow_dispatch: # Allows manual triggering
7
8
jobs:
@@ -13,4 +13,6 @@ jobs:
13
uses: Siddhant-K-code/cleanup-gitpod-environments@v1.1
14
with:
15
GITPOD_TOKEN: ${{ secrets.GITPOD_TOKEN }}
16
- ORGANIZATION_ID: ${{ secrets.GITPOD_ORGANIZATION_ID }}
+ ORGANIZATION_ID: ${{ secrets.GITPOD_ORGANIZATION_ID }}
17
+ OLDER_THAN_DAYS: 7
18
+ PRINT_SUMMARY: true
0 commit comments