Skip to content

Commit 621ba3e

Browse files
committed
Add CI filter for individual community builds
1 parent c3b1bc7 commit 621ba3e

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'
@@ -306,6 +307,7 @@ jobs:
306307
github.event_name == 'pull_request'
307308
&& !contains(github.event.pull_request.body, '[skip ci]')
308309
&& !contains(github.event.pull_request.body, '[skip community_build]')
310+
&& !contains(github.event.pull_request.body, '[skip community_build_b]')
309311
)
310312
|| (
311313
github.event_name == 'workflow_dispatch'
@@ -356,6 +358,7 @@ jobs:
356358
github.event_name == 'pull_request'
357359
&& !contains(github.event.pull_request.body, '[skip ci]')
358360
&& !contains(github.event.pull_request.body, '[skip community_build]')
361+
&& !contains(github.event.pull_request.body, '[skip community_build_c]')
359362
)
360363
|| (
361364
github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)