Skip to content

Commit

Permalink
Merge branch 'develop' into release/14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Oct 28, 2024
2 parents 7f6e030 + 00cf028 commit 40ea17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ jobs:
resource_class: small
steps:
- run: |
if [[ -z MAIN_RECORD_KEY ]]; then
if [[ -z "$MAIN_RECORD_KEY" ]]; then
echo "skipping for contributor PRs since we don't record to the cloud"
circleci-agent step halt
fi
Expand Down

0 comments on commit 40ea17f

Please sign in to comment.