Commit 7c5fde66 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #1203 from ethereum-optimism/smartcontracts-patch-1

fix: update statement for skipping codechecks
parents 650f2cb4 392e54b4
......@@ -55,7 +55,7 @@ jobs:
run: cat packages/contracts/gas-report.txt
- name: Run codechecks
if: ${{ github.repository == 'ethereum-optimism/optimism' }}
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
working-directory: ./packages/contracts
run: yarn codechecks
env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment