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 🚀