From 66ade140d2e565d4b6795fb0f98fb0ec1a56d7a6 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Wed, 27 Aug 2025 11:36:32 +0300 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d537e66..a1104e6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,13 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." \ No newline at end of file +name: checks +on: + - push + +jobs: + test: + labels: [docker] + name: check and test + steps: + - name: test + run: ls + - name: test + run: echo "🎉 The job was automatically triggered by a 1111 event." \ No newline at end of file