From deb3ad08be17278c5254f9c4744cf59fa9772a5a Mon Sep 17 00:00:00 2001 From: Josh Black Date: Wed, 20 May 2026 14:29:17 -0500 Subject: [PATCH] ci: update recommend workflow to not run on forks --- .github/workflows/recommend-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/recommend-integration-tests.yml b/.github/workflows/recommend-integration-tests.yml index 20233cc5202..ba5bd99a6a2 100644 --- a/.github/workflows/recommend-integration-tests.yml +++ b/.github/workflows/recommend-integration-tests.yml @@ -4,6 +4,7 @@ on: jobs: recommend: + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} runs-on: ubuntu-latest steps: - name: Checkout repository