mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 10:33:58 +01:00
I think the last job might have gotten cancelled because pull_request_target ran simultaneously?
This commit is contained in:
@@ -25,7 +25,7 @@ env:
|
||||
TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
|
||||
|
||||
concurrency:
|
||||
group: "ci-${{ github.event.number || github.head_ref }}"
|
||||
group: "ci-${{ github.event.number || github.head_ref }}-${{ github.event_name }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user