From d012680785c76af197f25785779198b13512a2cd Mon Sep 17 00:00:00 2001 From: arg3t Date: Thu, 19 Dec 2024 16:00:34 +0100 Subject: [PATCH] Remove dependency --- .gitea/workflows/gitea-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 1c8d64f..01850fa 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -9,7 +9,6 @@ on: [ push ] jobs: publish: runs-on: cth-ubuntu-latest - needs: build if: gitea.ref == 'refs/heads/main' steps: - uses: https://github.com/actions/checkout@v4