diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 959dfa47..e2b2b7c2 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -56,7 +56,7 @@ jobs: continue-on-error: true - name: IRC test failure notification - if: (steps.build_and_run_tests.outcome == 'failure') && (github.event_name != 'workflow_dispatch') + if: (steps.build_and_run_tests.outcome == 'failure') && (github.event_name != 'workflow_dispatch') && (github.event_name != 'pull_request') uses: Gottox/irc-message-action@v2 with: channel: '#netdisco'