feat: 改用分支名稱鎖定 review 工作流
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: AI
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user