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