ci: fix GitHub action syntax .github/workflows/run_relup_tests.yaml

This commit is contained in:
Zaiming (Stone) Shi 2022-07-03 08:22:49 +02:00
parent 6072d49b2c
commit e0f8b83b1d
1 changed files with 1 additions and 1 deletions

View File

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