Skip to content

Commit

Permalink
udpate workflow to try to deply
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 7, 2025
1 parent 5a5b35f commit 6c3088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
run: R CMD INSTALL .

- name: Deploy package
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true'
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit 6c3088a

Please sign in to comment.