There was an error while loading. Please reload this page.
2 parents df9e97c + eb7b342 commit 609b20cCopy full SHA for 609b20c
1 file changed
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ on:
29
default: nightly
30
31
concurrency:
32
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}-${{ inputs.build_type || 'branch' }}
33
cancel-in-progress: true
34
35
permissions: {}
0 commit comments