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

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