diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index e3c8fcf29..9d9bfbf17 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -21,7 +21,20 @@ permissions: contents: write jobs: + wait-for-main-build: + runs-on: ubuntu-latest + steps: + - name: Wait for E2E test to succeed + uses: ezhang6811/wait-on-check-action@6275ea93847ce5952ab8ceeac8fb1111820cf44d + with: + ref: ${{ github.ref }} + check-name: 'Application Signals E2E Test' + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 30 + allowed-conclusions: success + build: + needs: wait-for-main-build environment: Release runs-on: ubuntu-latest steps: