From da11558ceba854002b85c2ebdb3c644def4bcba5 Mon Sep 17 00:00:00 2001 From: KLxHunter Date: Tue, 10 Dec 2024 18:05:24 +0700 Subject: [PATCH] test cicd --- .gitea/workflows/00-someaction.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/00-someaction.yaml b/.gitea/workflows/00-someaction.yaml index a993d8f..a485016 100644 --- a/.gitea/workflows/00-someaction.yaml +++ b/.gitea/workflows/00-someaction.yaml @@ -7,7 +7,7 @@ on: jobs: ci-flow: - runs-on: ubuntu-22.12 + runs-on: alpine-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" @@ -45,7 +45,7 @@ jobs: run: docker network ls cd-flow: - runs-on: ubuntu-22.12 + runs-on: alpine-latest needs: ci-flow if: gitea.ref == 'refs/heads/main' steps: