add filters on when to run pipelines
This commit is contained in:
parent
7fb1782f13
commit
ecd7629884
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue