mirror of https://github.com/citusdata/citus.git
cancel concurrent builds of devcontainers for the same branch
parent
2be9f927d3
commit
b21c57c8ca
|
|
@ -1,5 +1,9 @@
|
||||||
name: "Build devcontainer"
|
name: "Build devcontainer"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue