Skip to content

Commit

Permalink
add delete on cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Mar 25, 2024
1 parent 3c9476a commit d8284d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
run: gh pr comment ${{ github.event.number }} -F comment
env:
GH_TOKEN: ${{ github.token }}
- name: delete on cancel
if: ${{ cancelled() }}
run: gh api "repos/higherorderco/hmv-core/actions/runs/${{ github.run_id }}" -X DELETE

0 comments on commit d8284d8

Please sign in to comment.