diff --git a/.github/workflows/protocol.yml b/.github/workflows/protocol.yml index c7fbca3fa2..e5d3a1b041 100644 --- a/.github/workflows/protocol.yml +++ b/.github/workflows/protocol.yml @@ -57,6 +57,7 @@ jobs: - name: Commit contract layout table uses: stefanzweifel/git-auto-commit-action@v5 with: + skip_dirty_check: true commit_message: "forge fmt & update contract layout tables" - name: L2-Unit tests