From b9ce42ea862184b6b3bba84e8ee60283bcd183ed Mon Sep 17 00:00:00 2001 From: Akshay Tarpara Date: Thu, 19 Sep 2024 13:36:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Edit?= =?UTF-8?q?=20ci=20(#1088)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index accc4ca2f..798225c1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: skip: ./.git,package-lock.json,ackee-blockchain-solady-report.pdf,EIP712Mock.sol gas-diff: - if: contains(github.event.pull_request.changed_files, '*.sol') # Run only if .sol files are changed + if: github.event_name == 'pull_request' permissions: write-all runs-on: ${{ matrix.os }} strategy: