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'
@@ -306,6 +307,7 @@ jobs:
306
307
github.event_name == 'pull_request'
307
308
&& !contains(github.event.pull_request.body, '[skip ci]')
308
309
&& !contains(github.event.pull_request.body, '[skip community_build]')
310
+ && !contains(github.event.pull_request.body, '[skip community_build_b]')
309
311
)
310
312
|| (
311
313
github.event_name == 'workflow_dispatch'
@@ -356,6 +358,7 @@ jobs:
356
358
github.event_name == 'pull_request'
357
359
&& !contains(github.event.pull_request.body, '[skip ci]')
358
360
&& !contains(github.event.pull_request.body, '[skip community_build]')
361
+ && !contains(github.event.pull_request.body, '[skip community_build_c]')
359
362
)
360
363
|| (
361
364
github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments