Skip to content

Commit 2027117

Browse files
authored
Create main.yml
1 parent 9906cad commit 2027117

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Clean
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
workflow-cleanup:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Delete old workflow runs
13+
uses: Mattraks/[email protected]
14+
with:
15+
token: ${{ github.token }}
16+
repository: ${{ github.repository }}
17+
retain_days: 3
18+
keep_minimum_runs: 0

0 commit comments

Comments
 (0)