We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07f5b2 commit 3f6958aCopy full SHA for 3f6958a
.github/workflows/nightly-release.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
build_and_push_images:
12
uses: ./.github/workflows/build-images.yml
13
+ if: github.repository == 'open-telemetry/opentelemetry-demo'
14
with:
15
push: true
16
version: nightly-${{ github.run_id }}
0 commit comments