Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Edit ci (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
atarpara committed Sep 19, 2024
1 parent b14edc5 commit b9ce42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9ce42e

Please sign in to comment.