From 850058d06232d11d29055b3ba1a107f9df10d11c Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 May 2025 18:38:15 +1200 Subject: [PATCH] :-'Generic Commit' --- .gitea/workflows/{demo.yaml => buildtestpublish.yaml} | 2 -- 1 file changed, 2 deletions(-) rename .gitea/workflows/{demo.yaml => buildtestpublish.yaml} (92%) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/buildtestpublish.yaml similarity index 92% rename from .gitea/workflows/demo.yaml rename to .gitea/workflows/buildtestpublish.yaml index 1f0b284..7ac3ffe 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -14,8 +14,6 @@ jobs: - name: Test the project run: | ./test-docker.sh - run: | - ./test.sh - name: Push the Docker image run: | ./publish.sh