.github/workflows: removes extra '$'

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
main
Irbe Krumina 10 months ago committed by Brad Fitzpatrick
parent 5b086cd2ad
commit 077d52b22f
  1. 2
      .github/workflows/checklocks.yml
  2. 2
      .github/workflows/codeql-analysis.yml
  3. 2
      .github/workflows/golangci-lint.yml
  4. 2
      .github/workflows/kubemanifests.yaml
  5. 2
      .github/workflows/natlab-integrationtest.yml
  6. 2
      .github/workflows/ssh-integrationtest.yml
  7. 2
      .github/workflows/update-flake.yml
  8. 2
      .github/workflows/update-webclient-prebuilt.yml
  9. 2
      .github/workflows/webclient.yml

@ -10,7 +10,7 @@ on:
- '.github/workflows/checklocks.yml'
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:

@ -23,7 +23,7 @@ on:
- cron: '31 14 * * 5'
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:

@ -15,7 +15,7 @@ permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:

@ -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:

@ -3,7 +3,7 @@
name: "natlab-integrationtest"
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:

@ -3,7 +3,7 @@
name: "ssh-integrationtest"
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:

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

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

@ -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:

Loading…
Cancel
Save