Skip to content

Commit

Permalink
more name convention alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Nov 3, 2023
1 parent d0758c9 commit 2164ab6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-tgc.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-tpg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unit-test
name: unit-test-tpg
on:
workflow_call:
inputs:
Expand All @@ -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:
Expand Down

0 comments on commit 2164ab6

Please sign in to comment.