cancel concurrent builds of devcontainers for the same branch

pull/7102/head
Nils Dijk 2023-08-22 12:05:54 +00:00
parent 2be9f927d3
commit b21c57c8ca
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: "Build devcontainer"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
paths: