diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index e6e4d0695..0e955283c 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -42,6 +42,7 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Update README.md run: python -Werror -m cogapp -rP README.md + if: ${{ hashFiles('README.md') != '' }} env: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Update README.en.md