Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Cancel old pull request workflows #14

Cancel old pull request workflows

Cancel old pull request workflows #14

name: Cancel old pull request workflows
on:
workflow_run:
workflows: ["PR build check"]
types:
- requested
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
with:
workflow_id: ${{ github.event.workflow.id }}