mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Add condition for default jobs
This commit is contained in:
@@ -23,7 +23,9 @@ branches:
|
|||||||
# TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR
|
# TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR
|
||||||
stages:
|
stages:
|
||||||
- name: Lint & Build Dist
|
- name: Lint & Build Dist
|
||||||
|
if: type != cron
|
||||||
- name: Unit test
|
- name: Unit test
|
||||||
|
if: type != cron
|
||||||
- name: Deploy docker
|
- name: Deploy docker
|
||||||
if: type = push
|
if: type = push
|
||||||
- name: Update Rancher
|
- name: Update Rancher
|
||||||
@@ -33,6 +35,7 @@ stages:
|
|||||||
- name: Check bundle
|
- name: Check bundle
|
||||||
if: type = push
|
if: type = push
|
||||||
- name: e2e Test
|
- name: e2e Test
|
||||||
|
if: type != cron
|
||||||
- name: Update Rancher PR
|
- name: Update Rancher PR
|
||||||
if: type = pull_request
|
if: type = pull_request
|
||||||
- name: Update Children Projects
|
- name: Update Children Projects
|
||||||
|
Reference in New Issue
Block a user