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