Skip to content

Commit

Permalink
generation checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Nov 3, 2023
1 parent 2164ab6 commit 6ce314d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:
generate-repository:
runs-on: ubuntu-22.04
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
build-and-unit-tests:
compile-and-unit-tests:
runs-on: ubuntu-22.04
steps:
- name: Download built artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-tpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string

jobs:
build-and-unit-tests:
compile-and-unit-tests:
name: unit-test-${{ inputs.repo }}
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 6ce314d

Please sign in to comment.