diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 942089a..40bba84 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -1,5 +1,4 @@ name: Build And Test -run-name: ${{ gitea.actor }} is runs ci pipeline on: [ push ] jobs: @@ -20,7 +19,6 @@ jobs: publish: runs-on: ubuntu-latest - needs: build if: gitea.ref == 'refs/heads/main' steps: - uses: https://github.com/actions/checkout@v4