Skip to content

Commit

Permalink
test: try to delete the running job to not show it as failed
Browse files Browse the repository at this point in the history
  • Loading branch information
totallyzen committed Mar 1, 2024
1 parent acefaca commit 76a0975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
# cancel and wait for run to end
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
# then delete the run so it doesn't show as failed
gh run delete ${{ github.run_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python
Expand Down

0 comments on commit 76a0975

Please sign in to comment.