ci: ignore relup test if no old version is found

This commit is contained in:
Zaiming (Stone) Shi 2022-07-02 19:57:31 +02:00
parent afbbd33496
commit 6072d49b2c
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ jobs:
relup_test_run:
needs:
- relup_test_plan
if: needs.relup_test_plan.outputs.OLD_VERSIONS != "[]"
runs-on: ubuntu-20.04
strategy:
fail-fast: false