Skip to content

Commit 8b27c14

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Restrict on-push freebsd build to main repo
2 parents d4c548c + 7a3383b commit 8b27c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ jobs:
218218
- name: Test
219219
run: .github/scripts/windows/test.bat
220220
FREEBSD:
221+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
221222
name: FREEBSD
222223
runs-on: ubuntu-latest
223224
steps:

0 commit comments

Comments
 (0)