Skip to content

Commit d8bb94f

Browse files
committed
Update backwards compat check baseline
Signed-off-by: Charlie Truong <[email protected]>
1 parent 53bbf7a commit d8bb94f

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
@@ -66,7 +66,7 @@ jobs:
6666
# Default baseline for automatic PR checks
6767
# Can be: branch name (e.g., 'main'), commit hash, or tag
6868
# Will be resolved to commit hash during execution
69-
DEFAULT_BASELINE: '29a810e644d079a91955c0ab98afb0798b10ab52'
69+
DEFAULT_BASELINE: '53bbf7a23d7194de1fbe991ba120a0d49bd5b097'
7070
# Tag pattern for auto-detection (e.g., 'core_r*', 'core_v*')
7171
TAG_PATTERN: 'core_v*'
7272
# Tag regex filter (e.g., '^core_v[0-9]+\.[0-9]+\.[0-9]+$' for stable versions only)

0 commit comments

Comments
 (0)