Actions doesn't like ternery expressions

This commit is contained in:
Dominion
2023-04-29 11:39:17 -04:00
parent 1f073e6ca4
commit 7aaa1619b8
+1 -1
View File
@@ -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: