Use branch instead of ref

This commit is contained in:
Josh de Leeuw 2025-01-17 11:11:55 -05:00 committed by GitHub
parent df83261d74
commit 6079c29522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: build
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ci-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs: