limit concurrency for static/docker builds (#711)

This commit is contained in:
Rob Landers
2024-04-09 23:11:21 +02:00
committed by GitHub
parent 15a600cdaa
commit 1abd549eb7
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
---
name: Build Docker images
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
on:
pull_request:
branches: