We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d1aea commit bc78996Copy full SHA for bc78996
1 file changed
.github/workflows/apm-integrations.yml
@@ -15,7 +15,7 @@ on:
15
16
17
concurrency:
18
- group: ${{ github.workflow }}-${{ inputs.latest-version }}-${{ github.ref || github.run_id }}"
+ group: ${{ github.workflow }}-${{ inputs.latest-version }}-${{ github.ref || github.run_id }}
19
cancel-in-progress: true
20
21
env:
0 commit comments