test
This commit is contained in:
parent
aef647f53e
commit
06689c12a2
5
.github/workflows/verify.yml
vendored
5
.github/workflows/verify.yml
vendored
|
|
@ -65,3 +65,8 @@ jobs:
|
|||
with:
|
||||
name: earelease
|
||||
path: artifacts/
|
||||
- name: Clear older runs
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh run list -L400 --json databaseId -q '.[].databaseId' | tail -n+10 | xargs -IID gh api "repos/$GITHUB_REPOSITORY/actions/runs/ID" -X DELETE || :
|
||||
Loading…
Reference in a new issue