mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Add concurrency group to my auto approve job
This commit is contained in:
@@ -9,6 +9,10 @@ on:
|
||||
- dev
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: "approve-dominion-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
approve-pr-if-dominion-is-author:
|
||||
name: Approve PR if Dominion is Author
|
||||
|
||||
Reference in New Issue
Block a user