Skip to content

Commit fc35498

Browse files
authored
Fix the openjdk test name in merge check (#1119)
The extended tests for OpenJDK reuses a workflow, so its action name is different. We did not use the correct action name since #1073. It manifested as the merge check was waiting for the OpenJDK tests to finish and checked its result before it finished.
1 parent 5f5c1d0 commit fc35498

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
# - Public API check, doc broken link check: we allow them to fail.
1414
# - Minimal tests for stable Rust: we allow them to fail.
1515
# - Extended binding tests: it may take long to run. We don't want to wait for them.
16+
# Note: The action name for openjdk tests is different due to the reused workflow.
1617
IGNORED_ACTIONS: |
1718
[
1819
"ready-to-merge",
@@ -21,10 +22,10 @@ env:
2122
"minimal-tests-core/x86_64-unknown-linux-gnu/stable",
2223
"minimal-tests-core/i686-unknown-linux-gnu/stable",
2324
"minimal-tests-core/x86_64-apple-darwin/stable",
25+
"extended-tests-openjdk / test",
2426
"extended-tests-v8",
2527
"extended-tests-jikesrvm",
2628
"extended-tests-julia",
27-
"extended-tests-openjdk",
2829
"extended-tests-ruby (release)",
2930
"extended-tests-ruby (debug)"
3031
]

0 commit comments

Comments
 (0)