🔧 Chore(i): add conditional check for repository in component list generation workflow

This commit is contained in:
Cell
2025-07-03 14:33:37 +08:00
parent 3e8bdfd8f9
commit 92d0a857c1
@@ -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: