From 571e6eeea4f67c7a7849170d944f72ee17b99673 Mon Sep 17 00:00:00 2001 From: Tharindu Dasun Dharmarathna Date: Thu, 2 Jan 2025 08:04:09 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17af6d365758..8b7bb84f326b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: permissions: contents: read # to fetch code (actions/checkout) concurrency: - group: ${{ github.event.number }} + group: ${{ github.event.number || github.run_id }} cancel-in-progress: true jobs: build-carbon: @@ -170,4 +170,4 @@ jobs: fetch-depth: '10' path: product-apim - name: Build product-apim with tests - run: mvn clean install -Dcarbon.apimgt.version=$(cat ../CARBON_APIMGT_VERSION_FILE) -fae --file product-apim/pom.xml -DskipIntegrationTests \ No newline at end of file + run: mvn clean install -Dcarbon.apimgt.version=$(cat ../CARBON_APIMGT_VERSION_FILE) -fae --file product-apim/pom.xml -DskipIntegrationTests