We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caf755 commit cdbf547Copy full SHA for cdbf547
.github/workflows/python-package.yml
@@ -37,7 +37,7 @@ jobs:
37
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38
flake8 src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39
- name: Test with pytest (only on Python 3.11 to avoid concurrency issues)
40
- if: ${{ (github.ref == 'refs/heads/master') && (matrix.primary-config == 'true') }}
+ if: ${{ matrix.primary-config == 'true' }}
41
env:
42
ONE_JOB_ONLY_TESTS: ${{ matrix.primary-config }}
43
WIOTP_API_KEY: ${{ secrets.WIOTP_API_KEY }}
0 commit comments