diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 827424f5b36..ccff311c638 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -311,3 +311,19 @@ jobs: timeout-minutes: 4 with: datadog-token: ${{ secrets.DATADOG_API_KEY }} + + integration-tests-completed: + needs: + - pre_check + - getting-started + - deployment-test + - test-docker-build + if: needs.pre_check.outputs.should_run == 'true' && always() + runs-on: ubuntu-latest + steps: + - shell: bash + run: | + echo "All integration tests completed" + cat <