Skip to content

Commit

Permalink
Fix test-command quotes (#22146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Jan 31, 2023
1 parent adc2c30 commit 7d3b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Run QA checks for ${{ github.event.inputs.connector }}
id: qa_checks
# TODO: Disabled for on master until #22127 resolved
if: contains(github.ref, "feat-qa-engine")
if: contains(github.ref, 'feat-qa-engine')
run: |
run-qa-checks ${{ github.event.inputs.connector }}
- name: Report Status
Expand Down

0 comments on commit 7d3b0fe

Please sign in to comment.