ci: Configure Build concurrency

This commit is contained in:
Matt Borgerson
2026-01-13 02:26:10 -07:00
parent aa466bdb06
commit ce24a75dff

View File

@@ -2,6 +2,10 @@ name: Build
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}