We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346dcf4 commit 5633914Copy full SHA for 5633914
.github/workflows/tests.yml
@@ -27,6 +27,7 @@ permissions: read-all
27
jobs:
28
integration:
29
name: integration tests
30
+ if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
0 commit comments