git: 3a6289e1e53f - main - .github: Disable checklist workflow on forks

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 19 Jan 2026 15:56:49 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=3a6289e1e53ffe11b91b754d3b8241001b2cbfb8

commit 3a6289e1e53ffe11b91b754d3b8241001b2cbfb8
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-01-19 15:56:20 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-01-19 15:56:20 +0000

    .github: Disable checklist workflow on forks
    
    Reviewed by:    imp
    Obtained from:  CheriBSD
    Sponsored by:   AFRL, DARPA
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1973
---
 .github/workflows/checklist.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml
index 303db9eb8534..65e640a2a0e4 100644
--- a/.github/workflows/checklist.yml
+++ b/.github/workflows/checklist.yml
@@ -13,6 +13,7 @@ permissions:
 jobs:
   checklist:
     name: commit
+    if: github.repository == 'freebsd/freebsd-src'
     runs-on: ubuntu-latest
     steps:
       - uses: actions/github-script@v7