Skip to content

Commit

Permalink
chore: correct reading env
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored Oct 28, 2024
1 parent d5dfac5 commit 39bd716
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 @@ -1466,7 +1466,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 39bd716

Please sign in to comment.