From 86e120ea5ff42158b41ce87cde464a3ada65ae97 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 21 Sep 2021 15:50:37 +0100 Subject: [PATCH] do not squawk to irc on pull_request test failure --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'