We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c548c + 7a3383b commit 8b27c14Copy full SHA for 8b27c14
1 file changed
.github/workflows/push.yml
@@ -218,6 +218,7 @@ jobs:
218
- name: Test
219
run: .github/scripts/windows/test.bat
220
FREEBSD:
221
+ if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
222
name: FREEBSD
223
runs-on: ubuntu-latest
224
steps:
0 commit comments