From: Daniele Varrazzo Date: Sun, 16 Nov 2025 16:49:46 +0000 (+0100) Subject: ci: only run docs workflow on the main repo X-Git-Tag: 3.3.0~20 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=813e53f7828e50f4a400460dc45999abce60dbda;p=thirdparty%2Fpsycopg.git ci: only run docs workflow on the main repo https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#example-only-run-job-for-specific-repository --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 59e53d944..b3c08a8b9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,6 +13,7 @@ concurrency: jobs: docs: runs-on: ubuntu-latest + if: github.repository == 'psycopg/psycopg' steps: - name: Trigger docs build uses: peter-evans/repository-dispatch@v4