We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb2312 commit 29cd577Copy full SHA for 29cd577
1 file changed
.github/workflows/verify-bundled-files.yml
@@ -16,6 +16,7 @@ permissions:
16
17
jobs:
18
VERIFY_BUNDLED_FILES:
19
+ if: github.repository == 'php/php-src' || github.event_name == 'workflow_dispatch'
20
name: Verify Bundled Files
21
runs-on: ubuntu-24.04
22
steps:
0 commit comments