Skip to content

Commit e2bd0db

Browse files
authored
Update DEFAULT_BASELINE in workflow configuration
1 parent 848bff1 commit e2bd0db

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: 'd61029f765dd37e00909ae20bb588ecc1b37b1e6'
69+
DEFAULT_BASELINE: '848bff1bc71ffecc61580e5b360bdbf21994a87d'
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)