Skip to content

Cancel

Cancel #5213

Workflow file for this run

name: Cancel
env:
# Force the stdout and stderr streams to be unbuffered
PYTHONUNBUFFERED: 1
on: # yamllint disable-line rule:truthy
workflow_run:
workflows:
- "PR"
- "Community PR"
- "PullRequestCI"
- "ReleaseBranchCI"
- "MasterCI"
- "DocsCheck"
- "BackportPR"
types:
- requested
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
with:
all_but_latest: true
workflow_id: ${{ github.event.workflow.id }}