Skip to content

Commit 78029e5

Browse files
committed
Add CI filter for individual community builds
1 parent 1b3a52c commit 78029e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)