diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index 3126e3284..b90cad0d7 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -31,6 +31,6 @@ jobs: update-testing-files: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.TESTING_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/update-testing-files.yml@dev + uses: neurodatawithoutborders/nwbinspector/.github/workflows/update-testing-files.yml@updating_node16 secrets: DANDI_API_KEY: ${{ secrets.DANDI_API_KEY }}