Skip to content

Commit

Permalink
adjust to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Feb 2, 2024
1 parent 7f387f1 commit 465963c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 465963c

Please sign in to comment.