Skip to content

Commit 29cd577

Browse files
authored
ci: Add fork protection to workflow verify-bundled-files (GH-21171)
1 parent 8bb2312 commit 29cd577

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/verify-bundled-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616

1717
jobs:
1818
VERIFY_BUNDLED_FILES:
19+
if: github.repository == 'php/php-src' || github.event_name == 'workflow_dispatch'
1920
name: Verify Bundled Files
2021
runs-on: ubuntu-24.04
2122
steps:

0 commit comments

Comments
 (0)