Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ jobs:
if [[ "$run_core_api_check" == "true" ]]; then expected="success"; fi
check_result "api-check-core-vs-release" "$expected"

expected="skipped"
if [[ "$is_pr" == "true" && "$run_core_api_check" == "true" ]]; then expected="success"; fi
check_result "api-check-core-vs-base" "$expected"
# API compatibility checks against the merge base (api-check-core-vs-base)
# are purely informational, since it is fine for API to drift during development
# when it hasn't been released yet.

[[ "$status" == "success" ]]
Loading