diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b06270a3..c35c4942 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,7 @@ permissions: read-all jobs: integration: name: integration tests + # run integration tests on all builds except pull requests from forks or dependabot if: github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') runs-on: ${{ matrix.os }} strategy: