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 f4eed6a commit 5de1b0cCopy full SHA for 5de1b0c
.github/workflows/tests.yml
@@ -307,7 +307,7 @@ jobs:
307
path: ~/work/_temp/_github_home/figures/*.pdf
308
309
- name: tip release upload
310
- if: github.ref == 'refs/heads/main' && ( ! startsWith(matrix.platform, 'windows-') ) && matrix.test-suite == env.anim_test-suite && matrix.python-version == env.anim_python-version
+ if: github.ref == 'refs/heads/main' && ( startsWith(matrix.platform, 'ubuntu-') ) && matrix.test-suite == env.anim_test-suite && matrix.python-version == env.anim_python-version
311
uses: eine/tip@master
312
with:
313
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments