Files
FastDeploy/.github/workflows/cancel_ci_xpu.yml
T
YuBaoku 030820db4c [CI] Optimize CI: refine check-bypass/cancel logic and fix nightly task (#6939)
* [CI] Optimize CI: add check-bypass for workflow skip control

* fix ci_image_build and publish_job

* [CI] Optimize CI: add check-bypass and cancel

* [CI] update to PFCCLab/ci-bypass@v2
2026-03-20 19:34:45 +08:00

21 lines
408 B
YAML

name: CI_XPU
on:
pull_request:
types: [closed]
branches: [develop, release/**]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
cancel:
name: Cancel CI_XPU for ${{ github.event.pull_request.number }}
runs-on: ubuntu-latest
steps:
- name: Cancel CI_XPU
run: |
exit 0