Skip to content

Commit

Permalink
add new required condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 19, 2023
1 parent c0d878d commit 4119e05
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,18 @@ jobs:
uses: neurodatawithoutborders/nwbinspector/.github/workflows/update-testing-files.yml@dev
secrets:
DANDI_API_KEY: ${{ secrets.DANDI_API_KEY }}

check-final-status:
name: All tests passing
if: always()

needs:
- run-tests

runs-on: ubuntu-latest

steps:
- name: Decide whether the all jobs succeeded or at least one failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 4119e05

Please sign in to comment.