summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-04-14 10:28:46 -0400
committerGitHub <noreply@github.com>2021-04-14 10:28:46 -0400
commit53b600e04889dfdcce406cc43e73dc468faf70fa (patch)
tree52e4b8fc94db4c4036a7e37819d0fdac22321cd6
parentcf19e3207b8188865dacbd119f7d972d2be9f250 (diff)
parent27b53fc3bcfee7d2a853a26ce818e34fb21819b8 (diff)
downloadbfs-53b600e04889dfdcce406cc43e73dc468faf70fa.tar.xz
Merge pull request #70 from markus-oberhumer/fix-ci-freebsd
CI: try to fix freebsd once again.
-rw-r--r--.github/workflows/freebsd.yml2
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