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: