fix(ci): only check change tags on added or modified files (#7236)

This commit is contained in:
Lucas Fernandes Nogueira
2023-06-17 06:57:25 -07:00
committed by GitHub
parent 4b3d66c793
commit 2acc474ccb

View File

@@ -25,7 +25,7 @@ jobs:
list-files: shell
filters: |
changes:
- '.changes/*.md'
- added|modified: '.changes/*.md'
- name: check
run: node ./.scripts/ci/check-change-tags.js ${{ steps.filter.outputs.changes_files }}