Skip to content

Commit 90fd764

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Restrict on-push freebsd build to main repo
2 parents f4c594b + 821e346 commit 90fd764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ jobs:
355355
path: ${{ github.workspace }}/benchmark/profiles
356356
retention-days: 30
357357
FREEBSD:
358+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
358359
name: FREEBSD
359360
runs-on: ubuntu-latest
360361
steps:

0 commit comments

Comments
 (0)