Skip to content

Commit

Permalink
Merge branch 'add_dandi_inspector' of https://github.com/neurodatawit…
Browse files Browse the repository at this point in the history
…houtborders/nwbinspector into add_dandi_inspector
  • Loading branch information
CodyCBakerPhD committed Sep 4, 2024
2 parents b53c5eb + c4d727c commit 7f5b0c4
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 @@ -39,14 +39,14 @@ jobs:
run-streaming-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: ./.github/workflows/read-nwbfile-tests.yml
uses: ./.github/workflows/streaming-tests.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

run-read-nwbfile-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: ./.github/workflows/streaming-tests.yml
uses: ./.github/workflows/read-nwbfile-tests.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7f5b0c4

Please sign in to comment.