Skip to content

Commit 0ba5fb2

Browse files
committed
一旦消してみる
1 parent 86866ec commit 0ba5fb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/fix-e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
chmod +x ./scripts/diff-match/index.sh
4141
./scripts/diff-match/index.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }}
4242
43-
- name: Diff matching for multi files
44-
run: |
45-
chmod +x ./scripts/diff-match/for-multi.sh
46-
./scripts/diff-match/for-multi.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }}
47-
env:
48-
GH_TOKEN: ${{ github.token }}
43+
# - name: Diff matching for multi files
44+
# run: |
45+
# chmod +x ./scripts/diff-match/for-multi.sh
46+
# ./scripts/diff-match/for-multi.sh ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }}
47+
# env:
48+
# GH_TOKEN: ${{ github.token }}
4949

5050
- name: ID embedding
5151
run: |

0 commit comments

Comments
 (0)