Skip to content

Commit

Permalink
Run all tests only when weblate was not ran (hedyorg#3744)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Felienne and mergify[bot] authored Dec 1, 2022
1 parent 273b7c9 commit 3df09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
build-tools/github/validate --all
- name: Run non-code related tests
shell: pwsh
if: ${{steps.check_file_changed.outputs.docs_changed != 'True' && steps.check_file_changed.weblate_tests.run != 'True'}}
if: ${{steps.check_file_changed.outputs.docs_changed != 'True' && steps.weblate_tests.run != 'True'}}
run: |
build-tools/github/validate

0 comments on commit 3df09c2

Please sign in to comment.