Skip to content

Commit

Permalink
Run breaking changes workflow against latest release only (so the unr…
Browse files Browse the repository at this point in the history
…eleased changes won't be reported as a breaking ones) (#13684)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed May 15, 2024
1 parent de3cd87 commit ae782e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/detect-breaking-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: gradle/gradle-build-action@v3
with:
cache-disabled: true
# The 2.14.0 is already reporting breaking changes (see please https://github.com/opensearch-project/OpenSearch/issues/13308)
arguments: japicmp -Djapicmp.compare.version=2.14.0-SNAPSHOT
arguments: japicmp
gradle-version: 8.7
build-root-directory: server
- if: failure()
Expand Down

0 comments on commit ae782e1

Please sign in to comment.