diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46cde6466a..dc2f568da4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,11 @@ on: # - main # - "[0-9]+.[0-9]+" # types: [opened, synchronize, reopened] + pull_request: + branches: + - main + - "[0-9]+.[0-9]+" + types: [opened, synchronize, reopened] push: branches: - main @@ -280,7 +285,7 @@ jobs: uses: ./.github/actions/docker-images with: build-docker-images: 'false' - docker-images-folder: '/tmp/.docker-images' + docker-images-folder: /tmp/.docker-images - name: Run k8s integration tests uses: ./.github/actions/k8s-ci @@ -288,7 +293,7 @@ jobs: kind-config: ${{ matrix.kind-config }} test-target: ${{ matrix.test-target }} values-file: ${{ matrix.values-file }} - docker-images-folder: '/tmp/.docker-images' + docker-images-folder: /tmp/.docker-images upload-allure-results: needs: