feat: 同時只能有一個 review.yaml 執行
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
name: AI
|
name: AI
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user