ci: prevent concurrency on docker/rust actions (#461)

This commit is contained in:
Paul Makles
2025-11-14 21:41:22 +00:00
committed by GitHub
parent ac2971a78d
commit e006cdd051
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ permissions:
contents: read
packages: write
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
base:
name: Test base image build