mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +08:00
Do not send notification when build is started from pull request.
This commit is contained in:
parent
6b885bd0e4
commit
3562aeb7d4
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user