Skip to content

Commit

Permalink
Run release workflows (open-telemetry#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Apr 10, 2024
1 parent 560383b commit 5a66d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build_and_push_images:
if: github.repository == 'open-telemetry/opentelemetry-demo'
if: github.repository == 'newrelic-forks/opentelemetry-demo'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/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/build-images.yml
if: github.repository == 'open-telemetry/opentelemetry-demo'
if: github.repository == 'newrelic-forks/opentelemetry-demo'
with:
push: false
push_new_relic: true
Expand Down

0 comments on commit 5a66d39

Please sign in to comment.