Skip to content

Commit 3f6958a

Browse files
only run nightly for main repo (#1407)
Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
1 parent e07f5b2 commit 3f6958a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build_and_push_images:
1212
uses: ./.github/workflows/build-images.yml
13+
if: github.repository == 'open-telemetry/opentelemetry-demo'
1314
with:
1415
push: true
1516
version: nightly-${{ github.run_id }}

0 commit comments

Comments
 (0)