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: