Skip to content

Commit

Permalink
Fix release branch builds (#13318)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Feb 17, 2025
1 parent c8ce712 commit 7d3ac05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
run: ./gradlew check spdxSbom -x javadoc -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}

- name: Check for jApiCmp diffs
# The jApiCmp diff compares current to latest, which isn't appropriate for release branches
if: ${{ !startsWith(github.ref_name, 'release/') && !startsWith(github.base_ref, 'release/') }}
run: |
# need to "git add" in case any generated files did not already exist
git add docs/apidiffs
Expand Down

0 comments on commit 7d3ac05

Please sign in to comment.