We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c2ebb commit 7a3383bCopy full SHA for 7a3383b
1 file changed
.github/workflows/push.yml
@@ -171,6 +171,7 @@ jobs:
171
- name: Test
172
run: .github/scripts/windows/test.bat
173
FREEBSD:
174
+ if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
175
name: FREEBSD
176
runs-on: ubuntu-latest
177
steps:
0 commit comments