ci: ignore relup test if no old version is found
This commit is contained in:
parent
afbbd33496
commit
6072d49b2c
|
@ -58,6 +58,7 @@ jobs:
|
||||||
relup_test_run:
|
relup_test_run:
|
||||||
needs:
|
needs:
|
||||||
- relup_test_plan
|
- relup_test_plan
|
||||||
|
if: needs.relup_test_plan.outputs.OLD_VERSIONS != "[]"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in New Issue