Skip to content

Commit

Permalink
Update deploy-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 23, 2022
1 parent 893e83b commit a2a520c
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 @@ -31,12 +31,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@add_downstream_ci
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@add_downstream_ci
uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-dev.yml@dev

update-testing-files:
needs: assess-file-changes
Expand Down

0 comments on commit a2a520c

Please sign in to comment.