Skip to content

Commit 03b6d31

Browse files
authored
update API compat check baseline to b51db3e (#2588)
Signed-off-by: Pablo Garay <[email protected]>
1 parent b51db3e commit 03b6d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_api_backwards_compatibility_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Default baseline for automatic PR checks
9292
# Can be: branch name (e.g., 'main'), commit hash, or tag
9393
# Will be resolved to commit hash during execution
94-
DEFAULT_BASELINE: 'f5344166732f45bb0dd825dc875288ea97b15b47'
94+
DEFAULT_BASELINE: 'b51db3e07a97fed6af5464fae8fa43be1d0564b9'
9595
# Tag pattern for auto-detection (e.g., 'core_r*', 'core_v*')
9696
TAG_PATTERN: 'core_v*'
9797
# Tag regex filter (e.g., '^core_v[0-9]+\.[0-9]+\.[0-9]+$' for stable versions only)

0 commit comments

Comments
 (0)