Skip to content

Commit

Permalink
Merge branch 'master' into fix/deploy-hardhat-update
Browse files Browse the repository at this point in the history
  • Loading branch information
symbolpunk authored Oct 11, 2023
2 parents eb6af97 + c2ff67a commit 116046a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
echo "format-check-result=$?" >> $GITHUB_OUTPUT
- name: Output formatting error
if: steps.prettier-check.outputs.format-check-result == 1
if: |
steps.prettier-check.outputs.format-check-result == 1 &&
github.event.pull_request.head.repo.full_name == github.repository
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 116046a

Please sign in to comment.