diff --git a/.github/workflows/release-and-tests-fail-bot.yml b/.github/workflows/release-and-tests-fail-bot.yml index 1f590dc606b2..e54c531ac670 100644 --- a/.github/workflows/release-and-tests-fail-bot.yml +++ b/.github/workflows/release-and-tests-fail-bot.yml @@ -13,7 +13,7 @@ on: jobs: notify_failure: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.event != "schedule" }} + if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.event != 'schedule' }} steps: - name: Generate Slack Payload id: generate-payload