Do not run integration tests in cron stage (#10814)

This commit is contained in:
Suneet Saldanha 2021-01-28 20:11:36 -08:00 committed by GitHub
parent 0080e333cc
commit f773497e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ stages:
- name: test # jobs that do not specify a stage get this default value
if: type != cron
- name: it
if: type != cron
- name: cron
if: type = cron