From b2b8be9266f3467b676cf567182eca9cdea24e8a Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Sat, 26 Oct 2024 15:56:07 +0200 Subject: [PATCH] Built always until tests are fixed --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a04b86..10fcbf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,6 @@ jobs: runs-on: ubuntu-latest permissions: packages: write - needs: - - tests steps: - name: checkout code uses: actions/checkout@v3