Skip to content

Commit 60fa384

Browse files
Added housekeeping for workflow runs
1 parent b89be28 commit 60fa384

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ jobs:
3636
env:
3737
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
39-
run: ./gradlew jacocoTestReport coverallsJacoco
39+
run: ./gradlew jacocoTestReport coverallsJacoco
40+
- name: Workflow housekeeping
41+
if: ${{ matrix.java == 17 }}
42+
uses: Mattraks/delete-workflow-runs@v2
43+
with:
44+
retain_days: 30
45+
keep_minimum_runs: 1

0 commit comments

Comments
 (0)