Do not send notification when build is started from pull request.
This commit is contained in:
parent
6b885bd0e4
commit
3562aeb7d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -147,7 +147,7 @@ jobs:
|
||||||
name: Notification
|
name: Notification
|
||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: ${{ always() }}
|
if: ${{ always() && github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Pushover notification
|
- name: Pushover notification
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue