diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index e2327ed9d..51aece137 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -10,17 +10,17 @@ 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@use_existing_data_files run-past-gallery: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/version_gallery.yml@dev + uses: neurodatawithoutborders/nwbinspector/.github/workflows/version_gallery.yml@use_existing_data_files run-dev-gallery: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/dev-gallery.yml@dev + uses: neurodatawithoutborders/nwbinspector/.github/workflows/dev-gallery.yml@use_existing_data_files update-testing-files: needs: assess-file-changes