.github/workflows: removes extra '$'

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
Irbe Krumina
2025-06-16 16:01:07 +01:00
committed by Brad Fitzpatrick
parent 5b086cd2ad
commit 077d52b22f
9 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ on:
# - main
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: