Skip to content

Cancel

Cancel #4817

Workflow file for this run

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