Parcourir la source

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

Lucas Fernandes Nogueira il y a 2 ans
Parent
commit
2acc474ccb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/check-change-tags.yml

+ 1 - 1
.github/workflows/check-change-tags.yml

@@ -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 }}