[PR #8215] [MERGED] ci: use per-job concurrency groups to support test matrix #24726

Closed
opened 2026-04-15 22:32:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8215
Author: @himself65
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @himself65

Base: canaryHead: fix/ci-concurrency-group-matrix


📝 Commits (1)

  • dc26774 fix(ci): use per-job concurrency groups to support test matrix

📊 Changes

1 file changed (+9 additions, -4 deletions)

View changed files

📝 .github/workflows/ci.yml (+9 -4)

📄 Description

Summary

  • Moved concurrency from workflow-level to job-level so each job (lint, typecheck, test) has its own concurrency group
  • The test job's concurrency group includes matrix.node-version, so Node 22.x and 24.x runs are cancelled independently instead of as a single group

Test plan

  • Verify CI jobs run correctly on this PR
  • Push a second commit to confirm that only stale jobs for the same matrix entry are cancelled

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8215 **Author:** [@himself65](https://github.com/himself65) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `fix/ci-concurrency-group-matrix` --- ### 📝 Commits (1) - [`dc26774`](https://github.com/better-auth/better-auth/commit/dc267744daa6f1dacd7836b5da30e2d83fc821da) fix(ci): use per-job concurrency groups to support test matrix ### 📊 Changes **1 file changed** (+9 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+9 -4) </details> ### 📄 Description ## Summary - Moved `concurrency` from workflow-level to job-level so each job (`lint`, `typecheck`, `test`) has its own concurrency group - The `test` job's concurrency group includes `matrix.node-version`, so Node 22.x and 24.x runs are cancelled independently instead of as a single group ## Test plan - [ ] Verify CI jobs run correctly on this PR - [ ] Push a second commit to confirm that only stale jobs for the same matrix entry are cancelled --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:32:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#24726