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 9, 2022
1 parent 4126619 commit 5d257a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/version_gallery.yml@dev

update-testing-files:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.TESTING_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/update-testing-files.yml@dev

0 comments on commit 5d257a9

Please sign in to comment.