From 47f31e15a6c14112dcab0f3a73af660558cd2456 Mon Sep 17 00:00:00 2001 From: Tanya Date: Thu, 8 Jan 2026 11:04:19 -0500 Subject: [PATCH] test push --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b79425e..7b1f8fa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,6 +17,7 @@ concurrency: # This prevents duplicate runs when both push and PR events fire for the same commit # For PRs: uses head SHA (the commit being tested) # For pushes: uses the commit SHA from the push event (github.event.after or github.sha) + #test group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.event.after || github.sha }} cancel-in-progress: true