Skip to content

Commit 7a3383b

Browse files
committed
[skip ci] Restrict on-push freebsd build to main repo
The same applies to all other push jobs, it was just forgotten here.
1 parent 70c2ebb commit 7a3383b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
- name: Test
172172
run: .github/scripts/windows/test.bat
173173
FREEBSD:
174+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
174175
name: FREEBSD
175176
runs-on: ubuntu-latest
176177
steps:

0 commit comments

Comments
 (0)