Skip to content

Commit

Permalink
Stop triggering static analysis workflows on tests
Browse files Browse the repository at this point in the history
In my opinion it is not great that we do not run static analysis tools on
tests, but since we do not, let us stop triggering extra jobs for no reason.
  • Loading branch information
greg0ire committed Oct 15, 2022
1 parent f08b67f commit a3723a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static-analysis.yml
Expand Up @@ -11,7 +11,6 @@ on:
- lib/**
- phpstan*
- psalm*
- tests/**
push:
branches:
- "*.x"
Expand All @@ -21,7 +20,6 @@ on:
- lib/**
- phpstan*
- psalm*
- tests/**

jobs:
static-analysis-phpstan:
Expand Down

0 comments on commit a3723a2

Please sign in to comment.