diff --git a/.github/workflows/send-emails.yml b/.github/workflows/send-emails.yml index 29345d51f124..d119d2cfc8d5 100644 --- a/.github/workflows/send-emails.yml +++ b/.github/workflows/send-emails.yml @@ -8,6 +8,7 @@ on: jobs: send_patches: runs-on: ubuntu-latest + if: ${{ vars.SMTP_SERVER != '' }} steps: - name: Checkout repo with full history