mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Run develop only once a day (#6927)
This commit is contained in:
@@ -41,16 +41,17 @@ branches:
|
||||
|
||||
stages:
|
||||
- name: Setup
|
||||
if: branch != master AND (type = cron || type = pull_request) AND tag IS blank
|
||||
- name: "Build lib"
|
||||
if: tag IS blank
|
||||
if: branch != master AND (type = cron || type = pull_request) AND tag IS blank
|
||||
- name: "Check bundle"
|
||||
if: type = push AND tag IS blank
|
||||
if: branch != master AND type = cron AND tag IS blank
|
||||
- name: "Trigger Alpha ADF child build"
|
||||
if: branch = develop AND type = cron
|
||||
- name: "Build"
|
||||
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
||||
if: branch != master AND (type = cron || type = pull_request) AND tag IS blank
|
||||
- name: "e2e Test"
|
||||
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
||||
if: branch != master AND (type = cron || type = pull_request) AND tag IS blank
|
||||
- name: "Release tag"
|
||||
if: branch = master
|
||||
|
||||
|
Reference in New Issue
Block a user