From 563391496849446531eda22055aca8b923d8ea01 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Mon, 29 Jul 2024 15:34:11 -0400 Subject: [PATCH] chore: skip integration tests on forks (#1137) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3c51989b..d49c4f0e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: