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 Oct 18, 2022
1 parent 0e577d9 commit 399f149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
uses: styfle/[email protected]

assess-file-changes:
uses: neurodatawithoutborders/nwbinspector/.github/workflows/assess-file-changes.yml@dev
uses: neurodatawithoutborders/nwbinspector/.github/workflows/assess-file-changes.yml@updating_node16

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@updating_node16

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@updating_node16

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@updating_node16

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

0 comments on commit 399f149

Please sign in to comment.