chore(ci): improve queue by canceling jobs

This commit is contained in:
Kyle Gospodnetich 2023-11-05 08:31:41 -08:00
parent db3117c493
commit dfa8e97257

View File

@ -27,6 +27,10 @@ on:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
push-ghcr:
name: Make