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 90a5c54 commit 8b6a1b2Copy full SHA for 8b6a1b2
.github/workflows/asv.yml
@@ -117,5 +117,5 @@ jobs:
117
118
- name: Deploy to GitHub Pages
119
id: deployment
120
- if: github.event_name == 'push'
+ if: github.event_name == 'push' && github.event.repository.fork == false
121
uses: actions/deploy-pages@v4
0 commit comments