From f92279e4455ef865e050bd0a0bae4a8382c49ab8 Mon Sep 17 00:00:00 2001 From: rabbitstack Date: Wed, 19 Mar 2025 18:58:11 +0100 Subject: [PATCH] fix(ci): Only consider modified rules tj-actions/changed-files action should only consider existing rules that have changed. --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8be79952d..656aca943 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -250,7 +250,7 @@ jobs: - name: Check version increment if: steps.changed-rules.outputs.any_changed == 'true' env: - CHANGED_RULES: ${{ steps.changed-rules.outputs.all_changed_files }} + CHANGED_RULES: ${{ steps.changed-rules.outputs.modified_files }} shell: bash run: | choco install yq -y