mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ci: Add fork protection to workflow verify-bundled-files (GH-21171)
This commit is contained in:
1
.github/workflows/verify-bundled-files.yml
vendored
1
.github/workflows/verify-bundled-files.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user