Skip to content

Commit

Permalink
Merge pull request #12728 from wso2/tharindu1st-patch-5
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
tharindu1st authored Jan 2, 2025
2 parents 5886fb0 + 571e6ee commit 3a33995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
run: mvn clean install -Dcarbon.apimgt.version=$(cat ../CARBON_APIMGT_VERSION_FILE) -fae --file product-apim/pom.xml -DskipIntegrationTests

0 comments on commit 3a33995

Please sign in to comment.