Skip to content

Commit 5de1b0c

Browse files
authored
fix CI workflow: run eine/tip action only on Linux (as it only works on Linux)
1 parent f4eed6a commit 5de1b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
path: ~/work/_temp/_github_home/figures/*.pdf
308308

309309
- 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
310+
if: github.ref == 'refs/heads/main' && ( startsWith(matrix.platform, 'ubuntu-') ) && matrix.test-suite == env.anim_test-suite && matrix.python-version == env.anim_python-version
311311
uses: eine/tip@master
312312
with:
313313
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)