Skip to content

Commit 918d230

Browse files
committed
删减 ci 工作流内容
1 parent b4e759b commit 918d230

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/check&build.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check&Build
1+
name: CI
22

33
on:
44
pull_request:
@@ -36,30 +36,6 @@ jobs:
3636
with:
3737
name: Strings
3838
path: "${{github.workspace}}/Strings"
39-
40-
build:
41-
runs-on: windows-latest
42-
needs: check
43-
if: ${{(inputs.is_build||github.EVENT_NAME=='push')&&!failure()}}
44-
env:
45-
Artifacts_Path: .artifacts
46-
steps:
47-
- name: Check Out
48-
uses: actions/checkout@v3
49-
50-
- name: Download Strings
51-
uses: actions/download-artifact@v3
52-
with:
53-
name: Strings
54-
path: "../${{env.Artifacts_Path}}"
55-
56-
- name: Copy Strings
57-
run: Copy-Item -Path "../${{env.Artifacts_Path}}" -Destination "/" -Force
58-
59-
- name: Create Commit
60-
uses: EndBug/add-and-commit@v9
61-
with:
62-
pathspec_error_handling: exitAtEnd
6339

6440

6541

0 commit comments

Comments
 (0)