add filters on when to run pipelines

This commit is contained in:
viktorbarzin 2021-04-08 19:07:04 +01:00
parent 2d89785bbc
commit 90a43e99f5
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -1,6 +1,12 @@
kind: pipeline
type: kubernetes
name: default
trigger:
event:
- cron
- push
cron:
- build-state-daily
steps:
- name: Prepare terraform files
@ -59,7 +65,7 @@ trigger:
event:
- cron
cron:
- renew-tls-certificate-daily
- renew-tls-certificate
steps:
- name: Prepare terraform files