Skip to content

Cancel

Cancel #1234

Workflow file for this run

name: Cancel
on:
workflow_run:
workflows: ["CI-Tests", "VS-CI-Tests"]
types:
- requested
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.9.0
with:
workflow_id: ${{ github.event.workflow.id }}