Skip to content

Commit 616312d

Browse files
committed
ci: skip cache step
1 parent 86ab3f3 commit 616312d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
pwd && ls -la
6363
6464
- name: Cache dependencies
65+
if: env.CI_SKIP == 'false'
6566
id: npm-cache
6667
uses: actions/cache@v2
6768
with:

0 commit comments

Comments
 (0)