fix: remove status restraint for base pipelines

This commit is contained in:
surtur 2020-09-02 14:16:46 +02:00
parent e6f4f92376
commit 128d5ff9df
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -15,12 +15,8 @@ trigger:
event: event:
- push - push
- cron - cron
target: cron:
exclude: - hourly-build
- nightly
status:
- success
- failure
steps: steps:
- name: call webhook - name: call webhook
@ -51,9 +47,6 @@ trigger:
- cron - cron
cron: cron:
- nightly - nightly
status:
- success
- failure
steps: steps:
- name: call webhook - name: call webhook