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