diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3fcc6483e..ae874f3127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,8 @@ jobs: node common/scripts/install-run-rush.js install ${{ env.AFFECTED_OR_ALL }} - name: Cache builds - if: github.ref_name != 'main' + if: ${{ false }} + # if: github.ref_name != 'main' uses: actions/cache@v3 with: path: |