Skip to content

Commit 00252eb

Browse files
johnbillionondrejmirtes
authored andcommitted
Only run the Update PhpStorm Stubs job for the primary repo.
1 parent 70b6e53 commit 00252eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-phpstorm-stubs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
update-phpstorm-stubs:
1212
name: "Update PhpStorm stubs"
13+
if: ${{ github.repository == 'phpstan/phpstan-src' }}
1314
runs-on: "ubuntu-latest"
1415
steps:
1516
- name: "Checkout"

0 commit comments

Comments
 (0)