Преглед изворни кода

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

Zaiming (Stone) Shi пре 3 година
родитељ
комит
e0f8b83b1d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/run_relup_tests.yaml

+ 1 - 1
.github/workflows/run_relup_tests.yaml

@@ -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