actually eliminate duplicate workflows

This commit is contained in:
Matt Hill
2026-01-30 11:28:18 -07:00
parent c190295c34
commit 4f84073cb5
5 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ on:
- next/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.sha }}
cancel-in-progress: true
env:

View File

@@ -36,7 +36,7 @@ on:
- next/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.sha }}
cancel-in-progress: true
env:

View File

@@ -1,4 +1,4 @@
name: Sstart-tunnel
name: start-tunnel
on:
workflow_call:
@@ -36,7 +36,7 @@ on:
- next/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.sha }}
cancel-in-progress: true
env:

View File

@@ -46,7 +46,7 @@ on:
- next/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.sha }}
cancel-in-progress: true
env:

View File

@@ -11,7 +11,7 @@ on:
- next/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.sha }}
cancel-in-progress: true
env: