mirror of https://github.com/citusdata/citus.git
Better naming work build and test
parent
5c5375e5ff
commit
752eaff716
|
@ -1,5 +1,5 @@
|
||||||
name: Build & Test
|
name: Build & Test
|
||||||
run-name: Build & Test - ${{ github.event_name }} ${{ github.event.pull_request.number || github.ref_name }}
|
run-name: Build & Test - ${{ github.event_name }} ${{ github.event.pull_request.title || github.ref_name }}
|
||||||
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