ci: PR-number concurrency keying on the eval and Windows lanes too

Same fork-branch-name collision as free-tests.yml: bare head_ref
carries no owner prefix, so same-name branches from different forks
shared a cancel-in-progress group.
This commit is contained in:
Garry Tan 2026-08-15 17:02:04 -07:00
parent 8d6c2ff824
commit 6ef93fd69f
No known key found for this signature in database
GPG Key ID: C1F69E85C74EFE1D
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
concurrency:
group: evals-${{ github.head_ref || github.run_id }}
group: evals-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
env:

View File

@ -28,7 +28,7 @@ on:
workflow_dispatch:
concurrency:
group: windows-free-${{ github.head_ref || github.run_id }}
group: windows-free-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
jobs: