mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
Allow to trigger upstream on demand
This commit is contained in:
@@ -54,7 +54,7 @@ stages:
|
|||||||
- name: "Check bundle"
|
- name: "Check bundle"
|
||||||
if: type = push AND tag IS blank OR (type = cron || type = api)
|
if: type = push AND tag IS blank OR (type = cron || type = api)
|
||||||
- name: "Trigger Alpha ADF child build"
|
- 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"
|
- name: "Build Demo shell"
|
||||||
if: tag IS blank
|
if: tag IS blank
|
||||||
- name: "Unit test Lib"
|
- name: "Unit test Lib"
|
||||||
|
Reference in New Issue
Block a user