From 0659d202b3d90c01c0d3ebe4a58e46b34615a3ac Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Wed, 19 Nov 2025 11:18:23 +0100 Subject: [PATCH] Remove if clause --- .gitea/workflows/pull_request.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 1c8e4d3..7f85a05 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -91,7 +91,6 @@ jobs: dart fix --apply lib - name: Commit Changes - if: steps.check_changes.outputs.changes_detected == 'true' run: | git add . git commit -m "Actions: Auto-formatting [skip ci]"