Skip to content

Commit bc78996

Browse files
authored
fix(ci): remove stray quote from concurrency group (#7493)
Drop erroneous trailing double quote on the concurrency group value so the YAML parses correctly.
1 parent e6d1aea commit bc78996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/apm-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616

1717
concurrency:
18-
group: ${{ github.workflow }}-${{ inputs.latest-version }}-${{ github.ref || github.run_id }}"
18+
group: ${{ github.workflow }}-${{ inputs.latest-version }}-${{ github.ref || github.run_id }}
1919
cancel-in-progress: true
2020

2121
env:

0 commit comments

Comments
 (0)