diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index 042f722..fe85b7c 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -79,7 +79,7 @@ jobs: working-directory: build - name: Slack notification - if: failure() + if: ${{ failure() && github.event_name == 'schedule' }} uses: slackapi/slack-github-action@v2.0.0 with: method: chat.postMessage