From 4f1116c618a2737cfc67bc320caea9cb66e39d99 Mon Sep 17 00:00:00 2001 From: ss-es <155648797+ss-es@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:33:47 -0500 Subject: [PATCH] fix concurrency (#3901) --- .github/workflows/build-without-lockfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-without-lockfile.yml b/.github/workflows/build-without-lockfile.yml index 632e882608..b50ec30ad6 100644 --- a/.github/workflows/build-without-lockfile.yml +++ b/.github/workflows/build-without-lockfile.yml @@ -14,7 +14,7 @@ on: workflow_dispatch: concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' && github.run_number) || github.ref }} cancel-in-progress: true jobs: