cancel running build runs in concurrency

This commit is contained in:
bdbch 2024-06-27 18:20:16 +02:00
parent 10c537aac9
commit dbc0f09414

View File

@ -3,6 +3,10 @@
name: build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: