diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 48f58f986..cffb7569e 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -93,7 +93,7 @@ jobs: OCTOTESTVERSION: 2023.2 tests-combine-summaries: name: Combine Test Reports - needs: [ build ] + needs: [ tests ] runs-on: ubuntu-latest steps: - name: Checkout code