We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1155710 commit 42d82aaCopy full SHA for 42d82aa
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
38
run-tests:
39
needs: changes
40
- if: ${{ needs.changes.outputs.source == 'true' || needs.changes.outputs.tests }}
+ if: ${{ needs.changes.outputs.source == 'true' || needs.changes.outputs.tests == 'true' }}
41
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
42
runs-on: ${{ matrix.os }}
43
strategy:
0 commit comments