diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 51ad704ecaf..4a6bec2b90e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -7,6 +7,10 @@ on: branches: [ "main", "branch-*" ] pull_request: branches: [ "main", "branch-*" ] + workflow_run: + workflows: [ "build (8)", "build (11)", "build (17)" ] + types: + - completed concurrency: group: ${{ github.worklfow }}-${{ github.event.pull_request.number || github.ref }} @@ -14,6 +18,7 @@ concurrency: jobs: changes: + if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3