From 454eff02fac4da442dc89b6b14b01bcfa35b51ac Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 16 Sep 2024 14:15:50 +0200 Subject: [PATCH] .gitea/workflows/gitea-ci.yaml aktualisiert --- .gitea/workflows/gitea-ci.yaml | 5 ----- 1 file changed, 5 deletions(-) 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