From a2d1f7fe9abaf7b978281f7ddd844399940c5b07 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 18 Jan 2026 13:49:51 +0100 Subject: [PATCH] Implemented skip ci --- .gitea/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 449bb66..ae375bb 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -102,7 +102,7 @@ jobs: git config --global user.name "Gitea Actions [bot]" git config --global user.email "" git add lib test - git commit -m "Auto-format code" + git commit -m "Auto-format code [skip ci]" git push origin HEAD:${{ gitea.head_ref }} else echo "No changes to commit" @@ -135,5 +135,5 @@ jobs: git config --global user.name "Gitea Actions [bot]" git config --global user.email "" git add pubspec.yaml - git commit -m "Updated version number" + git commit -m "Updated version number [skip ci]" git push origin HEAD:${{ gitea.head_ref }} \ No newline at end of file