.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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user