From 472b2946e7dd49720fd4d765c7ea3dcb0f69dfa5 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Mon, 4 May 2026 15:51:15 -0400 Subject: [PATCH] Fix syntax problem in smoke test config --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index d7919cc..b7020b8 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -42,7 +42,7 @@ jobs: run: | python -m pytest - name: Send status to author's email - if: ${{ failure() }} && github.event_name != 'workflow_dispatch' }} # Only email if the workflow failed and was not manually started. Customize this as necessary. + if: ${{ failure() && github.event_name != 'workflow_dispatch' }} # Only email if the workflow failed and was not manually started. Customize this as necessary. uses: dawidd6/action-send-mail@v3 with: # Required mail server address if not connection_url: