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 9836e8c commit 19fede6Copy full SHA for 19fede6
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ on:
23
workflow_dispatch:
24
25
concurrency:
26
- group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.target }}
+ group: ${{ github.workflow }}-${{ github.ref }}
27
cancel-in-progress: true
28
29
env:
0 commit comments