Avoid PR publishing
This commit is contained in:
parent
743600b94e
commit
a019417fd2
@ -32,6 +32,10 @@ steps:
|
||||
- run shellcheck
|
||||
- run flake8
|
||||
- run unit tests
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: trigger downstream builds
|
||||
image: plugins/downstream
|
||||
@ -47,6 +51,10 @@ steps:
|
||||
- run flake8
|
||||
- run unit tests
|
||||
- publish image
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: notify on failure
|
||||
image: plugins/matrix
|
||||
|
Reference in New Issue
Block a user