diff options
author | Markus F.X.J. Oberhumer <markus@oberhumer.com> | 2021-04-13 19:13:59 +0200 |
---|---|---|
committer | Markus F.X.J. Oberhumer <markus@oberhumer.com> | 2021-04-13 21:00:09 +0200 |
commit | 401c466fcd0d21a3e529173dfd9271f7269cb1e5 (patch) | |
tree | c189f1d64d13f775637c6cfd74a3fda53170d7b7 | |
parent | 11e2858f1afd426397abee23b0ddfbb23740677a (diff) | |
download | bfs-401c466fcd0d21a3e529173dfd9271f7269cb1e5.tar.xz |
ci/freebsd: only run if we are the correct repository owner.
-rw-r--r-- | .github/workflows/freebsd.yml | 2 |
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: |