Skip to content

Commit 821e346

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Restrict on-push freebsd build to main repo
2 parents 8a1f671 + 8b27c14 commit 821e346

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
@@ -337,6 +337,7 @@ jobs:
337337
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
338338
> $GITHUB_STEP_SUMMARY
339339
FREEBSD:
340+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
340341
name: FREEBSD
341342
runs-on: ubuntu-latest
342343
steps:

0 commit comments

Comments
 (0)