Skip to content

Commit 90bc6dc

Browse files
authored
Merge pull request #10136 from greg0ire/trigger-sa-workflows-less
Stop triggering static analysis workflows on tests
2 parents e93e8e0 + bdf067b commit 90bc6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- lib/**
1212
- phpstan*
1313
- psalm*
14-
- tests/**
14+
- tests/Doctrine/StaticAnalysis/**
1515
push:
1616
branches:
1717
- "*.x"
@@ -21,7 +21,7 @@ on:
2121
- lib/**
2222
- phpstan*
2323
- psalm*
24-
- tests/**
24+
- tests/Doctrine/StaticAnalysis/**
2525

2626
jobs:
2727
static-analysis-phpstan:

0 commit comments

Comments
 (0)