From 1fbd1ab12f9146c538214270b2baab0521371cbe Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:36:42 -0400 Subject: [PATCH] Update deploy-tests.yml --- .github/workflows/deploy-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index 3eefa20af..7fbb36eb1 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -24,7 +24,7 @@ jobs: run-streaming-tests: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/streaming-tests.yml@dev + uses: neurodatawithoutborders/nwbinspector/.github/workflows/streaming-tests.yml@add_read_nwbfile_fixtures run-past-gallery: needs: assess-file-changes