From e25d023c77eb446716fe2a0fe1f37595ae6604a9 Mon Sep 17 00:00:00 2001 From: Filip Date: Fri, 12 Dec 2025 19:05:11 +0100 Subject: [PATCH] init --- .gitea/workflows/demo.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index e68115f..c8777b2 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,8 +1,3 @@ -I have rewritten the Gitea Actions YAML workflow to include the Build, two separate Test jobs, and Deploy jobs, while removing the three-line comments that indicated the job number and name. - -Here is the revised pipeline structure: -YAML - name: CI/CD Build Test Deploy Pipeline run-name: ${{ gitea.actor }} is deploying a change 🚀