From 7aaa1619b8a99d53874f35335a940e98c992a30a Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 29 Apr 2023 11:39:17 -0400 Subject: [PATCH] Actions doesn't like ternery expressions --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 11c1dd6b3b..a1f111c9ff 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -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: