From a4828882bafa9a94676fa0595e71077b8c035661 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Fri, 13 Oct 2023 11:39:25 +0545 Subject: [PATCH] disable psalm for nextcloud master Signed-off-by: Swikriti Tripathi --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6292906f2..4c809f003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,10 +73,8 @@ jobs: - name: PHP code analysis run: | - if [[ ${{ matrix.nextcloudVersion }} == "master" ]] + if [[ ${{ matrix.nextcloudVersion }} != "master" ]] then - make psalm - else make phpstan fi