Skip to content

Commit

Permalink
Add quotes around concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Nov 3, 2024
1 parent baaa8ba commit 58debaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tagbot
on: [pull_request_target]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 58debaa

Please sign in to comment.