diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 532470e8f..8684c1ae3 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -54,7 +54,7 @@ jobs: version: 1.21.2 - name: Enable integration tests # Only run integration tests for main branch - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' run: | echo 'GO_TEST_ARGS=-tags integration' >> $GITHUB_ENV - name: Run controller tests