mirror of https://github.com/apache/druid.git
Do not run integration tests in cron stage (#10814)
This commit is contained in:
parent
0080e333cc
commit
f773497e2c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue