summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/freebsd.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
index 945be19..c05ef7a 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -4,6 +4,8 @@ on: [push, pull_request]
jobs:
build:
+ if: github.event.pull_request.head.repo.full_name == github.repository
+
runs-on: ubuntu-latest
steps: