From 7027ea54426be0cb57bd595573831b55a1095861 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:48:19 +1000 Subject: ci: only check specific file --- .github/workflows/update-emojis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/update-emojis.yml') diff --git a/.github/workflows/update-emojis.yml b/.github/workflows/update-emojis.yml index c4b9ace..c6efc6d 100644 --- a/.github/workflows/update-emojis.yml +++ b/.github/workflows/update-emojis.yml @@ -32,7 +32,7 @@ jobs: - name: Check for changes id: check - run: echo modified=$(test -n "$(git status --porcelain)" && echo 'true' || echo 'false') >> $GITHUB_OUTPUT + run: echo modified=$(git diff --exit-code src/caelestia/data/emojis.txt && echo 'false' || echo 'true') >> $GITHUB_OUTPUT - name: Commit and push changes if: steps.check.outputs.modified == 'true' -- cgit v1.2.3-freya