ClickHouse/.github/workflows/cancel.yml

14 lines
334 B
YAML
Raw Normal View History

2021-10-22 09:35:09 +00:00
name: Cancel
on: # yamllint disable-line rule:truthy
workflow_run:
2021-11-22 08:33:52 +00:00
workflows: ["CIGithubActions", "ReleaseCI"]
2021-10-22 09:35:09 +00:00
types:
- requested
jobs:
cancel:
runs-on: [self-hosted, style-checker]
steps:
2021-10-22 09:42:45 +00:00
- uses: styfle/cancel-workflow-action@0.9.1
with:
workflow_id: ${{ github.event.workflow.id }}