From e30cde2a0b43c68914858c505c011d327f9d06d0 Mon Sep 17 00:00:00 2001 From: Hendrik Behme Date: Thu, 8 Aug 2024 01:47:52 +0200 Subject: [PATCH] removed blocking attriubute --- .gitea/workflows/gitea-ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 60f506f..1ea3dfe 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -5,7 +5,6 @@ on: [ push ] jobs: push: runs-on: ubuntu-latest - needs: build if: gitea.ref == 'refs/heads/master' steps: - uses: https://github.com/actions/checkout@v4