[PR #6467] [MERGED] ci: adding concurrency #14934

Closed
opened 2026-04-13 09:42:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6467
Author: @okisdev
Created: 12/2/2025
Status: Merged
Merged: 12/2/2025
Merged by: @himself65

Base: canaryHead: feat(ci)/adding-concurrency


📝 Commits (5)

  • b1db82b feat(ci): adding concurrency
  • f390654 Update .github/workflows/e2e.yml
  • 274fc61 Update .github/workflows/ci.yml
  • 8b8345f Update .github/workflows/adapter-tests.yml
  • f8c8ce4 Merge branch 'canary' into feat(ci)/adding-concurrency

📊 Changes

4 files changed (+17 additions, -0 deletions)

View changed files

📝 .github/workflows/adapter-tests.yml (+4 -0)
📝 .github/workflows/ci.yml (+4 -0)
📝 .github/workflows/e2e.yml (+5 -0)
📝 .github/workflows/preview.yml (+4 -0)

📄 Description

This PR adds concurrency config for those needed CI.


Summary by cubic

Add GitHub Actions concurrency to cancel older runs on the same PR or branch. This reduces duplicate CI jobs and speeds up feedback.

  • New Features
    • Applied concurrency groups across adapter-tests, ci, e2e, and preview. Pattern: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.merge_group.head_ref || github.ref }} for adapter-tests/ci/e2e; ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} for preview.
    • cancel-in-progress is true for preview, and only enabled on pull_request events for adapter-tests/ci/e2e.

Written for commit f8c8ce4918. Summary will update automatically on new commits.


🔄 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/6467 **Author:** [@okisdev](https://github.com/okisdev) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `feat(ci)/adding-concurrency` --- ### 📝 Commits (5) - [`b1db82b`](https://github.com/better-auth/better-auth/commit/b1db82b8af63872de9ada0bb9cd0df6fe92619b7) feat(ci): adding concurrency - [`f390654`](https://github.com/better-auth/better-auth/commit/f390654d5bc0c2e496574b11381ae8ef0c784cdf) Update .github/workflows/e2e.yml - [`274fc61`](https://github.com/better-auth/better-auth/commit/274fc615bce4c0a6e3d5dd8aba831967ac93ef27) Update .github/workflows/ci.yml - [`8b8345f`](https://github.com/better-auth/better-auth/commit/8b8345f5c658b038ae58ed49aa65933fed2f40b2) Update .github/workflows/adapter-tests.yml - [`f8c8ce4`](https://github.com/better-auth/better-auth/commit/f8c8ce4918f66a5c4adeaf58b969be980410720d) Merge branch 'canary' into feat(ci)/adding-concurrency ### 📊 Changes **4 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/adapter-tests.yml` (+4 -0) 📝 `.github/workflows/ci.yml` (+4 -0) 📝 `.github/workflows/e2e.yml` (+5 -0) 📝 `.github/workflows/preview.yml` (+4 -0) </details> ### 📄 Description This PR adds concurrency config for those needed CI. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Add GitHub Actions concurrency to cancel older runs on the same PR or branch. This reduces duplicate CI jobs and speeds up feedback. - **New Features** - Applied concurrency groups across adapter-tests, ci, e2e, and preview. Pattern: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.merge_group.head_ref || github.ref }} for adapter-tests/ci/e2e; ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} for preview. - cancel-in-progress is true for preview, and only enabled on pull_request events for adapter-tests/ci/e2e. <sup>Written for commit f8c8ce4918f66a5c4adeaf58b969be980410720d. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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-13 09:42:48 -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#14934