This commit is contained in:
Justin Dalrymple 2026-01-17 17:30:30 -05:00
parent d5e4cf16d8
commit fb356de2af

View File

@ -467,6 +467,8 @@ jobs:
- run:
name: Check for canary release
command: |
echo "$CIRCLE_PR_NUMBER"
echo "$CIRCLE_PULL_REQUEST"
if [[ -n "$CIRCLE_PULL_REQUEST" ]]; then
# Check if PR has release:canary label
if ./scripts/check-release-label.sh $CIRCLE_PR_NUMBER; then