Skip to content

Commit

Permalink
fix build concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st authored Feb 14, 2023
1 parent 92d4d86 commit 3cc7ae5
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 @@ -8,7 +8,8 @@ on:
branches:
- master
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 3cc7ae5

Please sign in to comment.