Skip to content

Commit 20d6726

Browse files
committed
running cleanup every day
1 parent 6e7c823 commit 20d6726

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cleanup-gitpod-environments.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Cleanup Gitpod Environments
22

33
on:
44
schedule:
5-
- cron: '0 14 * * 6' # Runs at 2:00 PM UTC (14:00) every Saturday
5+
- cron: '0 3 * * *' # Runs at 3:00 AM UTC (03:00) every day
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:
@@ -13,4 +13,6 @@ jobs:
1313
uses: Siddhant-K-code/cleanup-gitpod-environments@v1.1
1414
with:
1515
GITPOD_TOKEN: ${{ secrets.GITPOD_TOKEN }}
16-
ORGANIZATION_ID: ${{ secrets.GITPOD_ORGANIZATION_ID }}
16+
ORGANIZATION_ID: ${{ secrets.GITPOD_ORGANIZATION_ID }}
17+
OLDER_THAN_DAYS: 7
18+
PRINT_SUMMARY: true

0 commit comments

Comments
 (0)