Skip to content

Commit 4df7664

Browse files
authored
ci: document how to manually run the codebuild jobs (#5441)
1 parent ac03ca0 commit 4df7664

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codebuild.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,10 @@ jobs:
5959
./codebuild/bin/start_codebuild.sh $source_pr
6060
else
6161
echo "$pr_author does not have write permissions."
62-
echo "A maintainer will need to manually run start_codebuild.sh."
62+
echo "A maintainer will need to manually run the Codebuild jobs."
63+
echo ""
64+
echo "Review the latest version of the PR to ensure that the code is safe to execute."
65+
echo "Note the full SHA of the commit that you are reviewing."
66+
echo "Run: ./codebuild/bin/start_codebuild.sh <full sha>"
67+
ehco "Warning: use the full SHA, NOT the PR number. The PR could be updated after your review."
6368
fi

0 commit comments

Comments
 (0)