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 11e2910 commit a3de7f2Copy full SHA for a3de7f2
.github/workflows/ci.yml
@@ -114,6 +114,7 @@ jobs:
114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
116
benchmark:
117
+ needs: docs # ensures this is run after docs. docs replaces gh-pages branch so this needs to happen after
118
name: Run Julia benchmark
119
runs-on: ${{ matrix.os }}
120
strategy:
0 commit comments