From 16f00bd136dd27515f9a51de598c2e0d8d26e59f Mon Sep 17 00:00:00 2001 From: Mindfang Date: Fri, 1 Mar 2024 14:29:15 -0600 Subject: [PATCH] Testing with runner action --- .gitea/workflows/commit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index 036fe7b..b142ba4 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -42,6 +42,7 @@ jobs: - name: Run on specific changes if: steps.changes.outputs.files_changed != 'true' run: echo "Beginning build" + #Testing change to this file - name: Prepare the container run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh