mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
21 lines
423 B
YAML
21 lines
423 B
YAML
name: ILUVATAR-CI
|
|
|
|
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 ILUVATAR-CI for ${{ github.event.pull_request.number }}
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Cancel ILUVATAR-CI
|
|
run: |
|
|
exit 0
|