Skip to content

Commit

Permalink
chore(forks): auto trigger nucleus tests (#4850)
Browse files Browse the repository at this point in the history
Script to run CI for forks doesn't include triggering nucleus tests; now it does!
  • Loading branch information
wjhsf authored Nov 13, 2024
1 parent 82467e3 commit 2d11a5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/tasks/unsafe-external-contributor-ci-workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@ gh pr create \
--body "External contributors do not have access to CI secrets. This PR serves as a workaround to trigger CI with secrets for #$NUMBER."
git switch -
gh pr close "$INTERNAL_BRANCH" --delete-branch

# Trigger nucleus tests
gh pr comment "$NUMBER" -b '/nucleus test'

# Open the original PR in browser to validate that CI is running correctly
gh pr view --web "$NUMBER"

0 comments on commit 2d11a5b

Please sign in to comment.