Skip to content

Commit

Permalink
Merge pull request #439 from wso2/git-action-fix
Browse files Browse the repository at this point in the history
fix build concurrency
  • Loading branch information
Krishanx92 authored Dec 9, 2024
2 parents e09cac4 + 3cc7ae5 commit fc184db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.event.number }}
jobs:
build-carbon:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.event.number }}
jobs:
build-product:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fc184db

Please sign in to comment.