Commit 29cd577aa65 for php.net

commit 29cd577aa65c1b950984d678e1ce0d8d834459c6
Author: Jorg Adam Sowa <jorg.sowa@gmail.com>
Date:   Mon Feb 9 15:12:05 2026 +0100

    ci: Add fork protection to workflow verify-bundled-files (GH-21171)

diff --git a/.github/workflows/verify-bundled-files.yml b/.github/workflows/verify-bundled-files.yml
index 6cce1a14cf7..291cd6adaa3 100644
--- a/.github/workflows/verify-bundled-files.yml
+++ b/.github/workflows/verify-bundled-files.yml
@@ -16,6 +16,7 @@ permissions:

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