From bdb2dddf6de78765897f81e017aad6278ebd2062 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 13:30:31 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9ffbfe6..fe5fb97 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." tag-only-job: runs-on: ci-tools - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: Explore-Gitea-Actions steps: - run: mkdir -p build