Skip to content

Commit

Permalink
feat: wait for transform before extract
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Feb 5, 2024
1 parent 4bb237b commit 13e35bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
]
runs-on: ubuntu-latest
environment: production
needs:
- transform-and-publish

steps:
- name: Checkout mednum-cli repository
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
]
runs-on: ubuntu-latest
environment: production
needs:
- transform-and-publish

steps:
- name: Checkout mednum-cli repository
Expand Down

0 comments on commit 13e35bc

Please sign in to comment.