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 Sep 22, 2022
1 parent f7fb8da commit 5e2f3d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

name: Deploy tests

on:
pull_request:

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

run-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/testing.yml@add_ci_deployment
uses: neurodatawithoutborders/nwbinspector/.github/workflows/testing.yml@dev

0 comments on commit 5e2f3d5

Please sign in to comment.