Skip to content

Commit

Permalink
Merge pull request #1197 from ethereum-optimism/smartcontracts-patch-1
Browse files Browse the repository at this point in the history
fix: skip codechecks for PRs from external repos
  • Loading branch information
smartcontracts authored Jun 30, 2021
2 parents b107a03 + a6f919e commit 99e3adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ts-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: cat packages/contracts/gas-report.txt

- name: Run codechecks
if: ${{ github.repository == 'ethereum-optimism/optimism' }}
working-directory: ./packages/contracts
run: yarn codechecks
env:
Expand Down

0 comments on commit 99e3adb

Please sign in to comment.