From 5ca1bf798e6230a306d75e5f8d4039327ceb401f Mon Sep 17 00:00:00 2001 From: csxkdv Date: Tue, 6 Jan 2026 18:26:22 -0300 Subject: [PATCH] I removed the name, run-name and on, why am I like this --- .gitea/workflows/compile.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 3bc4707..7eedaca 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -1,3 +1,7 @@ +name: Compile +run-name: Compiling software (Ubuntu) +on: [push] + jobs: Compile: runs-on: ubuntu-latest