From bf961edd912409e2fcbced165be19927e0588681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Schl=C3=A4pfer?= Date: Sat, 30 Sep 2023 13:49:47 +0200 Subject: [PATCH] Fixed Build pipeline --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51557a4..6388919 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: name: build-archive-php path: /tmp/builds retention-days: 1 + phpstan: runs-on: ubuntu-latest needs: [composer] @@ -82,6 +83,7 @@ jobs: configuration: phpstan.neon memory_limit: 512M build: + needs: [phpstan] runs-on: ${{ matrix.operating-system }} strategy: