Skip to content

Commit c4cf850

Browse files
vdemeestertekton-robot
authored andcommitted
.github/workflows/nightly-builds: only run on tektoncd org
It tries to run nightly on my fork, we don't really want that by default. Signed-off-by: Vincent Demeester <[email protected]>
1 parent 7bcafe6 commit c4cf850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-builds.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
build:
2929
name: Nightly Build (K8s ${{ inputs.kubernetes_version || 'v1.33.x' }})
3030
runs-on: ubuntu-latest
31+
if: github.repository_owner == 'tektoncd' # do not run this elsewhere
3132

3233
permissions:
3334
contents: read
@@ -176,4 +177,4 @@ jobs:
176177
exit 1
177178
}
178179
179-
echo "✅ Pipeline Run completed successfully!"
180+
echo "✅ Pipeline Run completed successfully!"

0 commit comments

Comments
 (0)