Skip to content

Commit 8c266e8

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Restrict on-push freebsd build to main repo
2 parents 8f67130 + 90fd764 commit 8c266e8

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
@@ -368,6 +368,7 @@ jobs:
368368
path: ${{ github.workspace }}/benchmark/profiles
369369
retention-days: 30
370370
FREEBSD:
371+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
371372
name: FREEBSD
372373
runs-on: ubuntu-latest
373374
steps:

0 commit comments

Comments
 (0)