We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7074e01 commit c058955Copy full SHA for c058955
.github/workflows/build-simulators.yaml
@@ -11,7 +11,7 @@ defaults:
11
working-directory: ot3-firmware
12
13
concurrency:
14
- group: ${{ github.workflow }}-${{ github.ref_name }}
+ group: ${{ github.workflow }}--${{ github.ref_name }}
15
cancel-in-progress: true
16
17
jobs:
0 commit comments