File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ jobs:
256256 github.event_name == 'pull_request'
257257 && !contains(github.event.pull_request.body, '[skip ci]')
258258 && !contains(github.event.pull_request.body, '[skip community_build]')
259+ && !contains(github.event.pull_request.body, '[skip community_build_a]')
259260 )
260261 || (
261262 github.event_name == 'workflow_dispatch'
@@ -303,6 +304,7 @@ jobs:
303304 github.event_name == 'pull_request'
304305 && !contains(github.event.pull_request.body, '[skip ci]')
305306 && !contains(github.event.pull_request.body, '[skip community_build]')
307+ && !contains(github.event.pull_request.body, '[skip community_build_b]')
306308 )
307309 || (
308310 github.event_name == 'workflow_dispatch'
@@ -350,6 +352,7 @@ jobs:
350352 github.event_name == 'pull_request'
351353 && !contains(github.event.pull_request.body, '[skip ci]')
352354 && !contains(github.event.pull_request.body, '[skip community_build]')
355+ && !contains(github.event.pull_request.body, '[skip community_build_c]')
353356 )
354357 || (
355358 github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments