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