Skip to content

Commit d54af91

Browse files
authored
Merge pull request #120 from fredden/feature/build-phpstan-after-integration-tests-image
Build PHPStan image after its parent completes
2 parents bc38484 + 7907fbf commit d54af91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/phpstan-images.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ on:
99
- master
1010
paths:
1111
- 'magento-phpstan/**'
12+
workflow_run:
13+
workflows:
14+
- Build Integration Images
15+
types:
16+
- completed
17+
branches:
18+
- master
1219

1320
jobs:
1421
build:

0 commit comments

Comments
 (0)