From e99105edc47bf36facbadbc94aeea99c7f15dd38 Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Thu, 18 Jun 2026 19:27:23 -0400 Subject: [PATCH] ci: key main-push concurrency group on SHA to stop run eviction (#1124) Signed-off-by: Will Pfleger Co-authored-by: npub16v54tttfqacx9ycvc3k0ut0npj564ahcuajzy6qjvh57ntmsf4uq4806j2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 281fee0a1..c81ba02b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: pull_request: concurrency: - group: ci-${{ github.workflow }}-${{ github.ref }} + group: ci-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.sha }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} env: