Skip to content

Commit

Permalink
make jobs sequential to avoid race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
oneillkza committed Sep 5, 2024
1 parent cfe30f5 commit fed2767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/renderNotebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:

render_jupyter:
runs-on: ubuntu-latest
needs: render-rmarkdown

steps:
- name: Checkout code
Expand Down

0 comments on commit fed2767

Please sign in to comment.