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

remove needs run-comparison-tests (#3184)

Signed-off-by: Sean Holcomb <seanholcomb@gmail.com>
Sean Holcomb пре 1 година
родитељ
комит
faa5cca37a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/integration-testing.yaml

+ 1 - 1
.github/workflows/integration-testing.yaml

@@ -238,7 +238,7 @@ jobs:
             namespace: "${{ needs.wait_for_image_ready.outputs.NAMESPACE }}-promless"
 
     check-success:
-        needs: [noop-tests, run-tests, run-comparison-tests]
+        needs: [noop-tests, run-tests]
         permissions: {}
         runs-on: ubuntu-latest
         if: ${{ always() }}