Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 9, 2024
2 parents 3e2a157 + c417bdb commit 5bd1d15
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
jobs:
build_images:
if: github.repository == 'open-telemetry/opentelemetry-demo'
uses: ./.github/workflows/component_build_images.yml
uses: ./.github/workflows/component-build-images.yml
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_images:
uses: ./.github/workflows/component_build-images.yml
uses: ./.github/workflows/component-build-images.yml
with:
push: false
version: 'dev'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_and_push_images:
uses: ./.github/workflows/component_build-images.yml
uses: ./.github/workflows/component-build-images.yml
if: github.repository == 'open-telemetry/opentelemetry-demo'
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_and_push_images:
uses: ./.github/workflows/component_build-images.yml
uses: ./.github/workflows/component-build-images.yml
if: github.repository == 'open-telemetry/opentelemetry-demo'
with:
push: true
Expand Down

0 comments on commit 5bd1d15

Please sign in to comment.