From c70d1970dd1ee84cc099f86aef791d40c83979d0 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 20 Jan 2025 14:19:39 +0200 Subject: [PATCH] FIXUP: Remove unnecessary needs --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52772db..99d4c3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -473,8 +473,6 @@ jobs: bash -c 'cd dangerzone; poetry run make test' check-reproducibility: - needs: - - build-container-image runs-on: ubuntu-latest steps: - uses: actions/checkout@v4