Skip to content

Commit

Permalink
fix deployment to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jul 26, 2023
1 parent 43a0fda commit efe5708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/testing.yml@dev
uses: neurodatawithoutborders/nwbinspector/.github/workflows/testing.yml@add_read_nwbfile_fixtures

run-streaming-tests:
needs: assess-file-changes
Expand Down

0 comments on commit efe5708

Please sign in to comment.