From 163814067a80d544710241ac4695fc0e9a860457 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Wed, 3 Apr 2024 13:41:56 +0300 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8840dee..9528865 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,11 +1,8 @@ -name: checks -on: - - push - +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] jobs: - test: - labels: [docker] - name: check and test + Explore-Gitea-Actions: + runs-on: ubuntu-latest steps: - - name: test - run: ls \ No newline at end of file + - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." \ No newline at end of file