Do not send notification when build is started from pull request.

This commit is contained in:
Jocelyn Le Sage 2023-05-08 15:26:35 -04:00
parent 6b885bd0e4
commit 3562aeb7d4

View File

@ -147,7 +147,7 @@ jobs:
name: Notification
needs: [ build ]
runs-on: ubuntu-20.04
if: ${{ always() }}
if: ${{ always() && github.event_name != 'pull_request' }}
steps:
- name: Pushover notification