diff options
author | Markus F.X.J. Oberhumer <markus@oberhumer.com> | 2021-04-14 15:44:24 +0200 |
---|---|---|
committer | Markus F.X.J. Oberhumer <markus@oberhumer.com> | 2021-04-14 16:05:33 +0200 |
commit | 27b53fc3bcfee7d2a853a26ce818e34fb21819b8 (patch) | |
tree | 52e4b8fc94db4c4036a7e37819d0fdac22321cd6 /.github | |
parent | cf19e3207b8188865dacbd119f7d972d2be9f250 (diff) | |
download | bfs-27b53fc3bcfee7d2a853a26ce818e34fb21819b8.tar.xz |
CI: try to fix freebsd once again.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index ec89ab8..55e3478 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} + if: ${{ github.repository_owner == 'tavianator' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }} runs-on: ubuntu-latest |