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