Skip to content

Commit

Permalink
do not use turbo cache on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Jul 25, 2022
1 parent e3bc0be commit b566a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cache: 'yarn'

- name: Turbo cache
if: ${{ github.ref != 'refs/heads/main' }}
id: turbo-cache
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cross-platform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cache: yarn

- name: Turbo cache
if: ${{ github.ref != 'refs/heads/main' }}
id: turbo-cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b566a6b

Please sign in to comment.