diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index a5a0499..2912773 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -7,11 +7,6 @@ run-name: ${{ gitea.actor }} is runs ci pipeline on: [ push ] jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: https://github.com/actions/checkout@v4 - publish: runs-on: cth-ubuntu-latest needs: build