Skip to content

Commit a3de7f2

Browse files
authored
Force benchmark after docs
1 parent 11e2910 commit a3de7f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115115
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
116116
benchmark:
117+
needs: docs # ensures this is run after docs. docs replaces gh-pages branch so this needs to happen after
117118
name: Run Julia benchmark
118119
runs-on: ${{ matrix.os }}
119120
strategy:

0 commit comments

Comments
 (0)