Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the openjdk test name in merge check #1119

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
# - Public API check, doc broken link check: we allow them to fail.
# - Minimal tests for stable Rust: we allow them to fail.
# - Extended binding tests: it may take long to run. We don't want to wait for them.
# Note: The action name for openjdk tests is different due to the reused workflow.
IGNORED_ACTIONS: |
[
"ready-to-merge",
Expand All @@ -21,10 +22,10 @@ env:
"minimal-tests-core/x86_64-unknown-linux-gnu/stable",
"minimal-tests-core/i686-unknown-linux-gnu/stable",
"minimal-tests-core/x86_64-apple-darwin/stable",
"extended-tests-openjdk / test",
"extended-tests-v8",
"extended-tests-jikesrvm",
"extended-tests-julia",
"extended-tests-openjdk",
"extended-tests-ruby (release)",
"extended-tests-ruby (debug)"
]
Expand Down
Loading