Skip to content

Commit 1c308a5

Browse files
Update specs2 in community build (#16455)
Tested on JDK 17. [skip test] [skip test_windows_fast] [skip test_sbt] [skip mima] [skip docs] [skip community_build_a] [skip community_build_b]
2 parents 716d93d + 9942f4c commit 1c308a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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'
Submodule specs2 updated 167 files

0 commit comments

Comments
 (0)