diff --git a/.github/workflows/storage-analysis.yml b/.github/workflows/storage-analysis.yml index f21d36ed63..f50a17b4d2 100644 --- a/.github/workflows/storage-analysis.yml +++ b/.github/workflows/storage-analysis.yml @@ -55,13 +55,4 @@ jobs: # Compare outputs - name: Compare outputs - continue-on-error: true # diff exits with 1 if files differ - run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff - - - name: Comment PR with layout diff - uses: yorhodes/actions-comment-pull-request@v2.4.6 - with: - header: Storage Layout Diff - filePath: layout.diff - mdLanguage: diff - comment_tag: storagelayoutdiff + run: diff --unified solidity/base-storage solidity/HEAD-storage