From 3e9319678951e49b60adc30fb79bc479dacd4665 Mon Sep 17 00:00:00 2001 From: Jason Yang <18200748882@163.com> Date: Fri, 27 Feb 2026 13:42:19 +0800 Subject: [PATCH] Disable unstaged changes check in workflow Comment out the check for unstaged changes in the workflow. --- .github/workflows/check-templates.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-templates.yml b/.github/workflows/check-templates.yml index a8415dde..83690a26 100644 --- a/.github/workflows/check-templates.yml +++ b/.github/workflows/check-templates.yml @@ -29,7 +29,7 @@ jobs: working-directory: docker run: make - - name: Check for unstaged changes - working-directory: docker - run: git diff --exit-code - continue-on-error: false + #- name: Check for unstaged changes + # working-directory: docker + # run: git diff --exit-code + # continue-on-error: false