Skip to content

Commit

Permalink
Disable build caching in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 8, 2023
1 parent e9ae531 commit 7544d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7544d05

Please sign in to comment.