Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Anh committed Jun 9, 2024
1 parent 1816461 commit 7e32a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipe-langdetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
python -m pip install --upgrade pip
pip install pytest tox
- name: Run Test
if: contains(env.PR_LABELS, 'ci-prompt')
if: contains(env.PR_LABELS, 'ci-langdetect')
run: |
tox -e langdetect

0 comments on commit 7e32a1c

Please sign in to comment.