Skip to content

Commit 828315c

Browse files
authored
Merge pull request #34 from 142vip/next
feat(ci): update rule
2 parents c6ac3c2 + 87aef8d commit 828315c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/code-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
jobs:
1515
Code-CI:
1616
runs-on: ubuntu-latest
17-
# if: github.repository == '142vip/JavaScriptCollection'
1817
permissions:
1918
actions: read
2019
pull-requests: read
@@ -29,7 +28,6 @@ jobs:
2928
version: 7
3029
node-version: 14.20.1
3130
run_install: true
32-
# 缓存 pnpm 依赖
3331
cache: pnpm
3432

3533
- name: Code Eslint Fix

.github/workflows/gh-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy-github:
1212
name: "部署到Github"
1313
runs-on: ubuntu-latest
14-
14+
if: github.repository == '142vip/JavaScriptCollection'
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:

0 commit comments

Comments
 (0)