Skip to content

Commit 79cde94

Browse files
authored
Update Test.yml
1 parent 525a001 commit 79cde94

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/Test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
name: ZLGithub Test
22

3-
on: [push,pull_request]
3+
on: [push,pull_request,workflow_dispatch]
44

55
jobs:
66
build:
77
name: build
88
runs-on: macos-latest # runner 系统
99
steps:
10-
- name: checkout
11-
uses: actions/checkout@v2.0.0
12-
- name: email send for success
13-
working-directory: ./ZLGitHubClient/EmailSender
14-
if: ${{ failure() }}
15-
env:
16-
NOREPLEY_PWD: ${{ secrets.NOREPLY_PASSWD }}
17-
Email_Receivers: ${{ secrets.Email_Receivers }}
10+
- name: sw_vers
1811
run: |
19-
python3 BuildCheckEmailSender.py $NOREPLEY_PWD $Email_Receivers false
12+
sw_vers
13+

0 commit comments

Comments
 (0)