Skip to content

Commit 5633914

Browse files
chore: skip integration tests on forks (#1137)
1 parent 346dcf4 commit 5633914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ permissions: read-all
2727
jobs:
2828
integration:
2929
name: integration tests
30+
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
3031
runs-on: ${{ matrix.os }}
3132
strategy:
3233
matrix:

0 commit comments

Comments
 (0)