From 00b756070a5f53cd8ae0871a764d483392660f62 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 9 Apr 2024 11:23:36 +0200 Subject: [PATCH] test: skip needs --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 09f664c5ce9..b3545be45cb 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -130,7 +130,7 @@ jobs: deploy_CVMFS: runs-on: "ubuntu-latest" if: github.event_name == 'workflow_dispatch' - needs: deploy-pypi + # needs: deploy-pypi steps: - uses: conda-incubator/setup-miniconda@master with: