diff --git a/.github/workflows/ci-oci-install.yml b/.github/workflows/ci-oci-install.yml index fe731999d7..0c2509098d 100644 --- a/.github/workflows/ci-oci-install.yml +++ b/.github/workflows/ci-oci-install.yml @@ -55,7 +55,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout code - if: github.event_name == 'pull_request' + #if: github.event_name == 'pull_request' uses: actions/checkout@v4 with: fetch-depth: 0