Merge pull request #1423 from gitbutlerapp/virtual-branch-1

do not cache node in berlin
This commit is contained in:
Nikita Galaiko 2023-10-19 12:47:26 +02:00 committed by GitHub
commit 6aa940281c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ runs:
run: echo 'STORE_PATH=$(pnpm store path --silent)' >> $GITHUB_ENV run: echo 'STORE_PATH=$(pnpm store path --silent)' >> $GITHUB_ENV
- uses: actions/cache@v3 - uses: actions/cache@v3
if: runner.labels != 'self-hosted' # internet in berlin is very slow
name: Setup pnpm cache name: Setup pnpm cache
with: with:
path: ${{ env.STORE_PATH }} path: ${{ env.STORE_PATH }}