From a3723a2bbbeb9492de62cc22573cf380f7823939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 15 Oct 2022 12:32:52 +0200 Subject: [PATCH] Stop triggering static analysis workflows on tests 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. --- .github/workflows/static-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index c9052e36ff6..3ca04351b42 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -11,7 +11,6 @@ on: - lib/** - phpstan* - psalm* - - tests/** push: branches: - "*.x" @@ -21,7 +20,6 @@ on: - lib/** - phpstan* - psalm* - - tests/** jobs: static-analysis-phpstan: