We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9043c7a commit 8c4e8a6Copy full SHA for 8c4e8a6
.github/workflows/tests.yml
@@ -139,7 +139,7 @@ jobs:
139
echo "wheel_name=${name[0]}" >> $GITHUB_OUTPUT
140
141
- name: "Upload wheel to artifacts"
142
- if: (inputs.wheel == 'true') && !( (inputs.test_any) && (matrix.os == 'ubuntu-latest') )
+ if: (inputs.wheel == 'true') && !( (inputs.test_any == 'true') && (matrix.os == 'ubuntu-latest') )
143
uses: actions/upload-artifact@v4
144
with:
145
name: ${{ steps.wheel.outputs.wheel_name }}
0 commit comments