Skip to content

Commit 7e2aa51

Browse files
committed
concurrency limit
1 parent 7c5ed85 commit 7e2aa51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: macos-latest
1919
timeout-minutes: 20
2020
concurrency:
21-
group: ${{ github.workflow }}-${{ github.ref }}
21+
group: ${{ github.workflow }}-${{ github.ref }}-buildOnMac
2222
cancel-in-progress: true
2323

2424
steps:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: windows-2019
5353
timeout-minutes: 20
5454
concurrency:
55-
group: ${{ github.workflow }}-${{ github.ref }}
55+
group: ${{ github.workflow }}-${{ github.ref }}-buildOnWindows
5656
cancel-in-progress: true
5757

5858
steps:
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
timeout-minutes: 20
9595
concurrency:
96-
group: ${{ github.workflow }}-${{ github.ref }}
96+
group: ${{ github.workflow }}-${{ github.ref }}-buildOnLinux
9797
cancel-in-progress: true
9898

9999
outputs:

0 commit comments

Comments
 (0)