Remove run-name for build task

pull/7154/head
Gokhan Gulbiz 2023-08-24 17:56:45 +03:00
parent a3a6df2d28
commit f961ed80fe
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: Build & Test
run-name: Build & Test - ${{ github.event.pull_request.number || github.ref_name }} - ${{ github.sha }}
run-name: Build & Test - ${{ github.event_name }} ${{ github.event.pull_request.number || github.ref_name }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
@ -195,10 +195,8 @@ jobs:
with:
count: 6
test-arbitrary-configs:
if: ${{ false }}
# disable this job till we have 16core VMs
name: PG${{ matrix.pg_version }} - regress - check-arbitrary-configs
runs-on: ubuntu-latest #-16core
runs-on: ubuntu-latest #-16core - we need 16 cores VMs to run this job successfully
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
options: --user root