From be92e748e1240aa48c7d5db70d59d51af2eb77d8 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 17 May 2025 14:44:14 -0300 Subject: [PATCH] Testing dockerhub and gitea before re-tagging pypi --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4ac985d..d70d51e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: deploy_to_dockerhub: runs-on: ubuntu-latest - needs: [deploy_to_pypi] + needs: test if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3 @@ -88,7 +88,7 @@ jobs: deploy_to_gitea: runs-on: ubuntu-latest - needs: [deploy_to_pypi] + needs: test if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3