Skip to content

Commit 23a8e4d

Browse files
authored
Update English README only if it exists
1 parent f8cc509 commit 23a8e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
TX_TOKEN: ${{ secrets.TX_TOKEN }}
4242
# Process README.en.md
4343
- run: python -Werror -m cogapp -rP README.en.md
44+
if: ${{ hashFiles('README.en.md') != '' }}
4445
env:
4546
TX_TOKEN: ${{ secrets.TX_TOKEN }}
4647
- run: git config --local user.email [email protected]

0 commit comments

Comments
 (0)