Skip to content

Commit ccb4ecf

Browse files
committed
Add 'needs' expression CI docs deployment
1 parent 429a1ab commit ccb4ecf

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
@@ -62,6 +62,7 @@ jobs:
6262
deploy-docs:
6363
runs-on: ubuntu-latest
6464
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
65+
needs: build-test
6566

6667
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
6768
permissions:

0 commit comments

Comments
 (0)