diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1396819073..e55727cc38 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,6 +2,7 @@ name: PR Update on: pull_request_target: + types: [opened, synchronize, reopened, labeled] branches: - main - gh-actions-test-branch @@ -169,6 +170,7 @@ jobs: required: needs: [changes, lint, type-check, unit-test, integration-test, check-label, build, build-api-v1, build-api-v2, e2e, e2e-embed, e2e-embed-react, e2e-app-store] + if: always() runs-on: buildjet-2vcpu-ubuntu-2204 steps: - name: fail if conditional jobs failed