Skip to content

Commit f57fd75

Browse files
committed
fix ci
1 parent 9161118 commit f57fd75

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,17 @@ jobs:
4040
# libssl-dev which is not installed on swift:6.2-noble
4141
# Using swift:6.2-amazonlinux2 is not a solution
4242
# because the @checkout action doesn't works on ALI2 (requires Node.js 20)
43+
# will re-enable when Amazon Linux 2023 will be available
4344
api_breakage_check_enabled: false
4445
api_breakage_check_container_image: "swift:6.2-noble"
45-
docs_check_container_image: "swift:6.2-noble"
46+
47+
# disabled because images needs libssl-dev (which excludes swift:6.2-noble)
48+
# and Node 20+ (for the checkout action), whcih excludes Amazon Linux 2
49+
# will re-enable when Amazon Linux 2023 will be available
50+
docs_check_enabled: false
51+
docs_check_container_image: "swift:6.2-amazonlinux2"
52+
53+
format_check_enabled: true
4654
format_check_container_image: "swift:6.2-noble"
4755
yamllint_check_enabled: true
4856

0 commit comments

Comments
 (0)