From 465963c187f01e1c5835d64c9e0e098067eead92 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:49:33 -0500 Subject: [PATCH] adjust to dev --- .github/workflows/deploy-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index 682adffde..cf243a0e6 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -52,12 +52,12 @@ jobs: test-dandi-latest: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-release.yml@try_removing_dandi_tox + uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-release.yml@dev test-dandi-dev: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-dev.yml@try_removing_dandi_tox + uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-dev.yml@dev check-final-status: name: All tests passing