We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab3f3 commit 616312dCopy full SHA for 616312d
1 file changed
.github/workflows/ci.yml
@@ -62,6 +62,7 @@ jobs:
62
pwd && ls -la
63
64
- name: Cache dependencies
65
+ if: env.CI_SKIP == 'false'
66
id: npm-cache
67
uses: actions/cache@v2
68
with:
0 commit comments