Skip to content

Commit

Permalink
Avoid running exception lint twice if PRs originate from the origin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jul 28, 2024
1 parent 0c4d247 commit b91bc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b91bc58

Please sign in to comment.