Skip to content

Commit

Permalink
Update deploy-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Oct 22, 2022
1 parent ba57387 commit acdcee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: styfle/[email protected]

assess-file-changes:
uses: catalystneuro/neuroconv/.github/workflows/assess-file-changes.yml@check_for_changelog_updates
uses: catalystneuro/neuroconv/.github/workflows/assess-file-changes.yml@main

detect-changelog-updates:
needs: assess-file-changes
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }}

run-doctest:
run-doctests-only:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.CONVERSION_GALLERY_CHANGED == 'true' && needs.assess-file-changes.outputs.SOURCE_CHANGED != 'true' }}
uses: catalystneuro/neuroconv/.github/workflows/doctests.yml@main

0 comments on commit acdcee4

Please sign in to comment.