Skip to content

Commit

Permalink
update the condition for YiCAT PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjie committed Jan 25, 2022
1 parent f520c01 commit f6d34ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vale-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on: [pull_request]

jobs:
prose:
if: startsWith(github.head_ref, 'translation')
# Trigger this job only if the pull request is from YiCAT English translation
if: startsWith(github.head_ref, 'l10n')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f6d34ac

Please sign in to comment.