We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6ac3c2 + 87aef8d commit 828315cCopy full SHA for 828315c
.github/workflows/code-ci.yml
@@ -14,7 +14,6 @@ on:
14
jobs:
15
Code-CI:
16
runs-on: ubuntu-latest
17
-# if: github.repository == '142vip/JavaScriptCollection'
18
permissions:
19
actions: read
20
pull-requests: read
@@ -29,7 +28,6 @@ jobs:
29
28
version: 7
30
node-version: 14.20.1
31
run_install: true
32
- # 缓存 pnpm 依赖
33
cache: pnpm
34
35
- name: Code Eslint Fix
.github/workflows/gh-deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
deploy-github:
12
name: "部署到Github"
13
-
+ if: github.repository == '142vip/JavaScriptCollection'
steps:
- uses: actions/checkout@v3
with:
0 commit comments