Skip to content

Commit e3d3778

Browse files
authored
Update test.yml
1 parent 4b441d9 commit e3d3778

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ on:
1010
- '**'
1111

1212
jobs:
13+
cleanup-runs:
14+
runs-on: ubuntu-latest
15+
if: "!startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, 'main')"
16+
steps:
17+
- uses: rokroskar/[email protected]
18+
env:
19+
GITHUB_TOKEN: ${{ github.token }}
20+
1321
build:
1422
runs-on: ${{ matrix.platform }}
1523
strategy:

0 commit comments

Comments
 (0)