File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
tdesign-vue :
11
+ if : >
12
+ github.event.workflow_run.event == 'pull_request' &&
13
+ github.event.workflow_run.conclusion == 'success'
11
14
runs-on : ubuntu-latest
12
15
steps :
13
16
- name : Checkout tdesign-vue
31
34
- run : npm run build
32
35
33
36
tdesign-vue-next :
37
+ if : >
38
+ github.event.workflow_run.event == 'pull_request' &&
39
+ github.event.workflow_run.conclusion == 'success'
34
40
runs-on : ubuntu-latest
35
41
steps :
36
42
- name : Checkout tdesign-vue-next
56
62
- run : pnpm run build
57
63
58
64
tdesign-react :
65
+ if : >
66
+ github.event.workflow_run.event == 'pull_request' &&
67
+ github.event.workflow_run.conclusion == 'success'
59
68
runs-on : ubuntu-latest
60
69
steps :
61
70
- name : Checkout tdesign-react
79
88
- run : npm run build
80
89
81
90
tdesign-web-components :
91
+ if : >
92
+ github.event.workflow_run.event == 'pull_request' &&
93
+ github.event.workflow_run.conclusion == 'success'
82
94
runs-on : ubuntu-latest
83
95
steps :
84
96
- name : Checkout tdesign-web-components
@@ -102,6 +114,9 @@ jobs:
102
114
- run : npm run build
103
115
104
116
tdesign-mobile-vue :
117
+ if : >
118
+ github.event.workflow_run.event == 'pull_request' &&
119
+ github.event.workflow_run.conclusion == 'success'
105
120
runs-on : ubuntu-latest
106
121
steps :
107
122
- name : Checkout tdesign-mobile-vue
@@ -125,6 +140,9 @@ jobs:
125
140
- run : npm run build
126
141
127
142
tdesign-mobile-react :
143
+ if : >
144
+ github.event.workflow_run.event == 'pull_request' &&
145
+ github.event.workflow_run.conclusion == 'success'
128
146
runs-on : ubuntu-latest
129
147
steps :
130
148
- name : Checkout tdesign-mobile-react
You can’t perform that action at this time.
0 commit comments