Skip to content

Commit

Permalink
chore: skip integration tests on forks (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Jul 29, 2024
1 parent 346dcf4 commit 5633914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ permissions: read-all
jobs:
integration:
name: integration tests
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 5633914

Please sign in to comment.