From 5d257a9c791e36ca738e6d6259ea9cd98fd0799c Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:23:35 -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..a953d8c63 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 + + 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