mirror of https://github.com/citusdata/citus.git
better naming
parent
ca8aa3face
commit
16f360a402
|
@ -1,5 +1,5 @@
|
||||||
name: Build & Test
|
name: Build & Test
|
||||||
run-name: Build & Test - ${{ github.event.pull_request.number || github.ref }} - ${{ github.sha }}
|
run-name: Build & Test - ${{ github.event.pull_request.number || github.ref_name }} - ${{ github.sha }}
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
Loading…
Reference in New Issue