Skip to content

Commit 07e714b

Browse files
committed
ci: skip github preflight when verifying operator boot in CI
1 parent db8b93d commit 07e714b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/verify-operator-boot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
# ── Run operator and verify log line (AC #2 + AC #3) ─────────────────
9191
- name: Run operator and verify cluster connection
9292
if: steps.scope.outputs.run == 'true'
93+
env:
94+
GITHUB_REPOSITORY: ""
9395
run: |
9496
./target/release/stellar-operator run \
9597
--namespace ${{ env.OPERATOR_NAMESPACE }} \

0 commit comments

Comments
 (0)