Skip to content

Commit

Permalink
Merge branch 'master-v1.5.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed Nov 14, 2023
2 parents 78ad22a + 8384583 commit 358a6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watchman_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: requirements.txt

- name: Unit tests
if: ${{ runner.os == 'Linux' }} # WhatsOpt tests will be run only on Linux to avoid unneeded traffic
if: ${{ runner.os == 'Linux' && github.event.schedule == '12 4 * * *' }} # WhatsOpt tests will be run only on Linux on scheduled runs to avoid unneeded traffic
env:
RUN_WEB_REQUESTS: 'True'
run: pytest --no-cov src
Expand Down

0 comments on commit 358a6cb

Please sign in to comment.