From 644b84c138d0b409499cf2486699cc852df84d28 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 15:03:44 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fe5fb97..dfb8020 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,11 +26,12 @@ jobs: retention-days: 1 - run: echo "🍏 This job's status is ${{ job.status }}." tag-only-job: - runs-on: ci-tools + runs-on: workstation # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: Explore-Gitea-Actions steps: - run: mkdir -p build + - run: docker info - uses: actions/download-artifact@master with: name: build