From 92d0a857c1ae9cf96208386f9a9f4298fae0df04 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 3 Jul 2025 14:33:37 +0800 Subject: [PATCH] :wrench: Chore(i): add conditional check for repository in component list generation workflow --- .github/workflows/fixit-component-list.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fixit-component-list.yml b/.github/workflows/fixit-component-list.yml index 829e741b..c9cbd7f9 100644 --- a/.github/workflows/fixit-component-list.yml +++ b/.github/workflows/fixit-component-list.yml @@ -9,6 +9,7 @@ permissions: jobs: generate-component-list: + if: github.repository == 'hugo-fixit/FixIt' name: Update this repo's README with the list of hugo-fixit theme components runs-on: ubuntu-latest steps: