From 2f41fdcca2d35c810f305a09d4fb6ee946cd58ec Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 12 Oct 2025 14:59:53 +0200 Subject: [PATCH] chore(ci): rename build job to ci in workflow configuration --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e067cfc..4d6ad00 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ on: - reopened jobs: - build: + ci: runs-on: ubuntu-latest steps: