Skip to content

Commit

Permalink
Update await-fast-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kliao-csa committed Jun 19, 2024
1 parent da424be commit 3e7f2b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/await-fast-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,3 @@ jobs:
run: python scripts/helpers/poll_quick_ci.py ${{ github.event.number }} Summary
- name: Review Restyled Status
run: python scripts/helpers/poll_quick_ci.py ${{ github.event.number }} restyled
- name: Stop on Fail
if: ${{ failure() }}
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer kliao-csa:${{ secrets.JOB_CANCEL_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/project-chip/connectedhomeip/actions/runs/${{ github.run_id }}/cancel

0 comments on commit 3e7f2b4

Please sign in to comment.