mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
14 lines
334 B
YAML
14 lines
334 B
YAML
name: Cancel
|
|
on: # yamllint disable-line rule:truthy
|
|
workflow_run:
|
|
workflows: ["CIGithubActions", "ReleaseCI"]
|
|
types:
|
|
- requested
|
|
jobs:
|
|
cancel:
|
|
runs-on: [self-hosted, style-checker]
|
|
steps:
|
|
- uses: styfle/cancel-workflow-action@0.9.1
|
|
with:
|
|
workflow_id: ${{ github.event.workflow.id }}
|