From e5e03b55f95892dc61bfb40bb1477c80223529d5 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 12 May 2025 18:22:39 -0400 Subject: [PATCH] asD --- .gitea/workflows/gitea-ci.yaml | 2 -- 1 file changed, 2 deletions(-) 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