From b8c49003c282bb5ab69505aebec2211eee757813 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 12 Oct 2022 06:36:07 -0400 Subject: [PATCH] Update deploy-tests.yml --- .github/workflows/deploy-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index 673f8c214..25457d3f4 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -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 + + run-dev-gallery: + needs: assess-file-changes + if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} + uses: neurodatawithoutborders/nwbinspector/.github/workflows/dev-gallery.yml@dev