From 0e1d0ed78fcea2647da205be2cbe70567da7b3a0 Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 22 Jul 2023 21:31:22 +0200 Subject: [PATCH] ci: disable healthfile gen on PR branches (#115) --- .github/workflows/generate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index d840181..696fe62 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -36,6 +36,7 @@ jobs: - name: Push Changes uses: stefanzweifel/git-auto-commit-action@v4 + if: ${{ github.repository == 'catppuccin/userstyles' && github.ref == 'refs/heads/main' }} with: commit_message: "chore: generate health files" commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"