diff --git a/.github/workflows/e2e-matrix-trigger.yaml b/.github/workflows/e2e-matrix-trigger.yaml index 36bc5d982..2cd4232aa 100644 --- a/.github/workflows/e2e-matrix-trigger.yaml +++ b/.github/workflows/e2e-matrix-trigger.yaml @@ -3,6 +3,9 @@ on: workflow_dispatch: push: branches: [main] + workflow_run: + workflows: [ApprovalComment] + types: [completed] pull_request_review: # TODO(charliedmcb): come back to this and factor out the E2E trigger like AWS and clean it up types: [submitted] permissions: @@ -10,7 +13,6 @@ permissions: contents: read # This is required for actions/checkout jobs: e2e-matrix: - if: github.event_name != 'pull_request_review' || startsWith(github.event.review.body ,'/test') uses: ./.github/workflows/e2e-matrix.yaml secrets: E2E_CLIENT_ID: ${{ secrets.E2E_CLIENT_ID }}