Skip to content

Commit

Permalink
ci: upload only report for latest release binary compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Dec 23, 2023
1 parent 79cc530 commit e91cb7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/binary-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
cat assertj-core/target/japicmp/default-cli.diff >> $GITHUB_STEP_SUMMARY
- name: Upload reports
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: japicmp
path: assertj-core/target/japicmp
if-no-files-found: error
verify-with-release:

Expand Down

0 comments on commit e91cb7b

Please sign in to comment.