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