We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5ed85 commit 7e2aa51Copy full SHA for 7e2aa51
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: macos-latest
19
timeout-minutes: 20
20
concurrency:
21
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-buildOnMac
22
cancel-in-progress: true
23
24
steps:
@@ -52,7 +52,7 @@ jobs:
52
runs-on: windows-2019
53
54
55
+ group: ${{ github.workflow }}-${{ github.ref }}-buildOnWindows
56
57
58
@@ -93,7 +93,7 @@ jobs:
93
runs-on: ubuntu-latest
94
95
96
+ group: ${{ github.workflow }}-${{ github.ref }}-buildOnLinux
97
98
99
outputs:
0 commit comments