Skip to content

Cancel

Cancel #825

Workflow file for this run

name: Cancel
on:
workflow_run:
workflows: ["Pull Request Pipeline", "Release Pipeline"]
types:
- requested
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
with:
workflow_id: ${{ github.event.workflow.id }}
all_but_latest: true