Allow to trigger upstream on demand

This commit is contained in:
Maurizio Vitale
2022-03-02 09:49:25 +00:00
parent 62f189d9df
commit f995284bb8

View File

@@ -54,7 +54,7 @@ stages:
- name: "Check bundle"
if: type = push AND tag IS blank OR (type = cron || type = api)
- name: "Trigger Alpha ADF child build"
if: branch = develop AND (type = cron || type = api)
if: (branch = develop AND (type = cron || type = api)) OR commit_message =~ /\[trigger adf\]/
- name: "Build Demo shell"
if: tag IS blank
- name: "Unit test Lib"