.github/workflows: removes extra '$'
Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
5b086cd2ad
commit
077d52b22f
@@ -9,7 +9,7 @@ on:
|
||||
# Cancel workflow run if there is a newer push to the same PR for which it is
|
||||
# running
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user