do not squawk to irc on pull_request test failure

This commit is contained in:
Oliver Gorwits
2021-09-21 15:50:37 +01:00
parent 48725546a2
commit 86e120ea5f

View File

@@ -56,7 +56,7 @@ jobs:
continue-on-error: true continue-on-error: true
- name: IRC test failure notification - 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 uses: Gottox/irc-message-action@v2
with: with:
channel: '#netdisco' channel: '#netdisco'