Skip to content

Commit 95f23eb

Browse files
authored
chore(scripts): nocleus (#5728)
remove nucleus from copy-fork script because we don't use it any more
1 parent bb244a6 commit 95f23eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/tasks/unsafe-external-contributor-ci-workaround.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,3 @@ gh pr create \
7979
--body "External contributors do not have access to CI secrets. This PR serves as a workaround to trigger CI with secrets for #$NUMBER."
8080
git switch -
8181
gh pr close "$INTERNAL_BRANCH" --delete-branch
82-
83-
# Trigger nucleus tests
84-
gh pr comment "$NUMBER" -b '/nucleus test'
85-
86-
# Open the original PR in browser to validate that CI is running correctly
87-
gh pr view --web "$NUMBER"

0 commit comments

Comments
 (0)