diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml index 0bfe148a81e6..4eb2e918412c 100644 --- a/.github/workflows/nx-integration-tests.yml +++ b/.github/workflows/nx-integration-tests.yml @@ -17,3 +17,13 @@ jobs: repository: ${{ github.repository }} pr_head: ${{ github.event.pull_request.head.sha }} pr_base: ${{ github.event.pull_request.base.ref }} + + wait-for-result: + name: Wait For Result + needs: call-workflow + runs-on: ubuntu-latest + steps: + - name: "Wait" + shell: bash + run: | + echo "got result"