From 4bc7cedbf641fcb1c9f3b9c7803cf2c6ebcff69b Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Mon, 9 Mar 2026 01:09:21 +0200 Subject: [PATCH] chore: try fix pipeline --- .gitea/workflows/{check-pull-request.yaml => autofix.ci.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/{check-pull-request.yaml => autofix.ci.yaml} (97%) diff --git a/.gitea/workflows/check-pull-request.yaml b/.gitea/workflows/autofix.ci.yaml similarity index 97% rename from .gitea/workflows/check-pull-request.yaml rename to .gitea/workflows/autofix.ci.yaml index 3c38add..7cb45b9 100644 --- a/.gitea/workflows/check-pull-request.yaml +++ b/.gitea/workflows/autofix.ci.yaml @@ -1,5 +1,5 @@ # Check and format a branch on a pull request created. -name: Prepare pull request +name: autofix.ci on: pull_request: