From 3280844df49362f8230eafc93c6c60352f0be9ee Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Sun, 8 Jun 2025 00:51:14 -0500 Subject: [PATCH] Another test bump - host execution mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Testing host execution after configuration change: - Runner should execute jobs directly on host - No more Docker daemon dependency - Using runner pod environment directly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0156c97..aee64e6 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ This is a test repository to verify the Forgejo runner deployment with Podman su - Uses ubuntu-latest runner - Demonstrates Podman container execution# Test Update Sun Jun 8 12:46:24 AM CDT 2025 # Host execution test Sun Jun 8 12:49:31 AM CDT 2025 +# Host execution bump Sun Jun 8 12:51:12 AM CDT 2025