1
0
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:
Jorg Adam Sowa
2026-02-09 15:12:05 +01:00
committed by GitHub
parent 8bb2312fc5
commit 29cd577aa6

View File

@@ -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: