mirror of https://github.com/citusdata/citus.git
Adds concurrency
parent
262aff22c4
commit
ae588a337b
|
@ -1,4 +1,7 @@
|
||||||
name: Build & Test
|
name: Build & Test
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue