Skip to content

Commit b3a1a40

Browse files
committed
Update main branch workflow
- Make sure RTD trigger is the very last task to run
1 parent 248e34d commit b3a1a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
needs: [code-quality]
2222
trigger-rtd-build:
2323
runs-on: ubuntu-latest
24-
needs: [examples-artifact]
24+
# Job must be completed by the time RTD sees it
25+
needs: [code-quality,unit-tests,notebook-examples,examples-artifact]
2526
steps:
2627
- name: Trigger RTD build
2728
env:

0 commit comments

Comments
 (0)