Skip to content

Commit

Permalink
updated event triggers and added continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
1 parent bda6ae4 commit 3a483f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_demo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cd demos
docker run --gpus all -v "$(pwd)":/ivy/demos unifyai/ivy:latest-gpu demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} examples_and_demos/${{ matrix.modules }}.ipynb
continue-on-error: true
continue-on-error: false

- name: Check on failures
if: steps.tests.outcome!= 'success'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- ci-testing
pull_request:

permissions:
actions: read
Expand Down

0 comments on commit 3a483f0

Please sign in to comment.