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: