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 8b6a1b2 commit 4f801f4Copy full SHA for 4f801f4
.github/workflows/asv.yml
@@ -44,6 +44,7 @@ jobs:
44
path: asv_benchmarks/results
45
46
publish-report:
47
+ if: github.event_name == 'push' && github.event.repository.fork == false
48
name: Build HTML report
49
runs-on: ubuntu-latest
50
needs: run-benchmarks
@@ -100,7 +101,6 @@ jobs:
100
101
run: cp -r asv_benchmarks/results asv_benchmarks/html/results
102
103
- name: Deploy history to gh-pages
- if: github.event_name == 'push'
104
uses: peaceiris/actions-gh-pages@v4
105
with:
106
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -117,5 +117,4 @@ jobs:
117
118
- name: Deploy to GitHub Pages
119
id: deployment
120
- if: github.event_name == 'push' && github.event.repository.fork == false
121
uses: actions/deploy-pages@v4
0 commit comments