diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 83011d58..eb69b7c0 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -1,6 +1,8 @@ name: lint-and-test on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] merge_group: types: [checks_requested] workflow_dispatch: @@ -216,7 +218,7 @@ jobs: helm lint infrastructure/rag/ summary: - name: CI Summary + name: Lint and Test CI Summary runs-on: ubuntu-latest needs: [build-and-test-services, build-and-test-libs, build-and-test-frontend, validate-infrastructure] if: always()