Skip to content

Commit a5bb269

Browse files
authored
Update workflow_clean.yml
Signed-off-by: Laurensius Jeffrey <[email protected]>
1 parent 59cd910 commit a5bb269

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/workflow_clean.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
repository: ${{ github.repository }}
1717
retain_days: 3
1818
keep_minimum_runs: 1
19-
- name: Remove old Releases
20-
uses: dev-drprasad/[email protected]
21-
with:
22-
keep_latest: 5
23-
delete_tags: true
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
19+
# - name: Remove old Releases
20+
# uses: dev-drprasad/[email protected]
21+
# with:
22+
# keep_latest: 5
23+
# delete_tags: true
24+
# env:
25+
# GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)