chore: Cleanup duplicate action runs (#370)
This commit is contained in:
parent
8e79a7232f
commit
a83b3d3943
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -10,6 +10,14 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
cleanup-runs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: "!startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, 'main')"
|
||||||
|
steps:
|
||||||
|
- uses: rokroskar/workflow-run-cleanup-action@v0.3.3
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
name: Run shellcheck
|
name: Run shellcheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user