mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 20:43:47 +01:00
Actions doesn't like ternery expressions
This commit is contained in:
@@ -25,7 +25,7 @@ env:
|
||||
TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
|
||||
|
||||
concurrency:
|
||||
group: "ci-${{ (github.event_name == 'push' ? github.head_ref : github.event.number) }}"
|
||||
group: "ci-${{ github.event.number || github.head_ref }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user