Skip to content
9 changes: 4 additions & 5 deletions .github/workflows/medcat-den_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
upload-test-models:
runs-on: ubuntu-latest
needs: test-and-publish-to-PyPI
steps:
- name: Upload test models to release
uses: ./.github/workflows/upload-test-models.yml
with:
tag: ${{ github.ref_name }}
uses: ./.github/workflows/upload-test-models.yml
with:
tag: ${{ github.ref_name }}

8 changes: 3 additions & 5 deletions .github/workflows/medcat-v2_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ jobs:
upload-test-models:
runs-on: ubuntu-latest
needs: release
steps:
- name: Upload test models to release
uses: ./.github/workflows/upload-test-models.yml
with:
tag: ${{ github.ref_name }}
uses: ./.github/workflows/upload-test-models.yml
with:
tag: ${{ github.ref_name }}
2 changes: 1 addition & 1 deletion .github/workflows/upload-test-models-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
upload-test-models:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Upload test models to release
env:
Expand Down
Loading