Skip to content

Commit

Permalink
Update main branch workflow
Browse files Browse the repository at this point in the history
- Make sure RTD trigger is the very last task to run
  • Loading branch information
simonbowly committed Jul 22, 2024
1 parent 248e34d commit b3a1a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
needs: [code-quality]
trigger-rtd-build:
runs-on: ubuntu-latest
needs: [examples-artifact]
# Job must be completed by the time RTD sees it
needs: [code-quality,unit-tests,notebook-examples,examples-artifact]
steps:
- name: Trigger RTD build
env:
Expand Down

0 comments on commit b3a1a40

Please sign in to comment.