File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ jobs:
256
256
github.event_name == 'pull_request'
257
257
&& !contains(github.event.pull_request.body, '[skip ci]')
258
258
&& !contains(github.event.pull_request.body, '[skip community_build]')
259
+ && !contains(github.event.pull_request.body, '[skip community_build_a]')
259
260
)
260
261
|| (
261
262
github.event_name == 'workflow_dispatch'
@@ -303,6 +304,7 @@ jobs:
303
304
github.event_name == 'pull_request'
304
305
&& !contains(github.event.pull_request.body, '[skip ci]')
305
306
&& !contains(github.event.pull_request.body, '[skip community_build]')
307
+ && !contains(github.event.pull_request.body, '[skip community_build_b]')
306
308
)
307
309
|| (
308
310
github.event_name == 'workflow_dispatch'
@@ -350,6 +352,7 @@ jobs:
350
352
github.event_name == 'pull_request'
351
353
&& !contains(github.event.pull_request.body, '[skip ci]')
352
354
&& !contains(github.event.pull_request.body, '[skip community_build]')
355
+ && !contains(github.event.pull_request.body, '[skip community_build_c]')
353
356
)
354
357
|| (
355
358
github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments