Skip to content

Commit 97e1faa

Browse files
committed
fix(ci): Only consider modified rules
tj-actions/changed-files action should only consider existing rules that have changed.
1 parent 3b0948b commit 97e1faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- name: Check version increment
251251
if: steps.changed-rules.outputs.any_changed == 'true'
252252
env:
253-
CHANGED_RULES: ${{ steps.changed-rules.outputs.all_changed_files }}
253+
CHANGED_RULES: ${{ steps.changed-rules.outputs.modified_files }}
254254
shell: bash
255255
run: |
256256
choco install yq -y

0 commit comments

Comments
 (0)