mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-12 16:43:03 +03:00
Merge pull request #1423 from gitbutlerapp/virtual-branch-1
do not cache node in berlin
This commit is contained in:
commit
6aa940281c
1
.github/actions/init-env-node/action.yaml
vendored
1
.github/actions/init-env-node/action.yaml
vendored
@ -20,6 +20,7 @@ runs:
|
||||
run: echo 'STORE_PATH=$(pnpm store path --silent)' >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/cache@v3
|
||||
if: runner.labels != 'self-hosted' # internet in berlin is very slow
|
||||
name: Setup pnpm cache
|
||||
with:
|
||||
path: ${{ env.STORE_PATH }}
|
||||
|
Loading…
Reference in New Issue
Block a user