From 2164ab622135cf304089b304796f76f0b84c778f Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Fri, 3 Nov 2023 01:40:56 -0700 Subject: [PATCH] more name convention alignments --- .github/workflows/build-downstream.yml | 2 +- .github/workflows/unit-test-tgc.yml | 4 ++-- .github/workflows/unit-test-tpg.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-downstream.yml b/.github/workflows/build-downstream.yml index ec1ae8dfc764..225fc463133a 100644 --- a/.github/workflows/build-downstream.yml +++ b/.github/workflows/build-downstream.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true jobs: - build-downstreams: + build: runs-on: ubuntu-22.04 env: BASE_BRANCH: ${{ github.event.pull_request.base.ref || github.ref }} diff --git a/.github/workflows/unit-test-tgc.yml b/.github/workflows/unit-test-tgc.yml index 2f22d343cecf..bc0e0009908c 100644 --- a/.github/workflows/unit-test-tgc.yml +++ b/.github/workflows/unit-test-tgc.yml @@ -1,11 +1,11 @@ -name: unit-test +name: unit-test-tgc permissions: read-all on: workflow_call: jobs: - unit-test-terraform-google-conversion: + build-and-unit-tests: runs-on: ubuntu-22.04 steps: - name: Download built artifacts diff --git a/.github/workflows/unit-test-tpg.yml b/.github/workflows/unit-test-tpg.yml index ac02068a7e15..29f218be9aa4 100644 --- a/.github/workflows/unit-test-tpg.yml +++ b/.github/workflows/unit-test-tpg.yml @@ -1,4 +1,4 @@ -name: unit-test +name: unit-test-tpg on: workflow_call: inputs: @@ -8,7 +8,7 @@ on: type: string jobs: - unit-test-terraform-provider-google: + build-and-unit-tests: name: unit-test-${{ inputs.repo }} runs-on: ubuntu-22.04 steps: