From 19761f20500c83f393e48caaa235a6179613a051 Mon Sep 17 00:00:00 2001 From: cpelley Date: Thu, 30 Jul 2026 17:25:17 +0100 Subject: [PATCH] include fork --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 86f1264..a609e52 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ permissions: jobs: build: - if: ${{ !contains(github.event.pull_request.title, '[skip ci]') && !github.event.pull_request.head.repo.fork }} + if: ${{ !contains(github.event.pull_request.title, '[skip ci]') }} runs-on: ubuntu-latest steps: