Skip to content

Commit 4938450

Browse files
authored
ci: document how to manually run the codebuild jobs (#2729)
s2n-quic version of aws/s2n-tls#5441
1 parent 2675bd1 commit 4938450

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
@@ -56,5 +56,10 @@ jobs:
5656
./codebuild/bin/start_codebuild.sh $source_pr
5757
else
5858
echo "$pr_author does not have write permissions."
59-
echo "A maintainer will need to manually run start_codebuild.sh."
59+
echo "A maintainer will need to manually run the Codebuild jobs."
60+
echo ""
61+
echo "Review the latest version of the PR to ensure that the code is safe to execute."
62+
echo "Note the full SHA of the commit that you are reviewing."
63+
echo "Run: ./codebuild/bin/start_codebuild.sh <full sha>"
64+
ehco "Warning: use the full SHA, NOT the PR number. The PR could be updated after your review."
6065
fi

0 commit comments

Comments
 (0)