Skip to content

Commit ee43826

Browse files
author
Yehudit Kerido
committed
sdk tests with papermill
Signed-off-by: Yehudit Kerido <[email protected]>
1 parent c3c4faa commit ee43826

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/sdk-e2e-tests-with-papermill.yaml .github/workflows/e2e-test-notebooks.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: E2E Tests with Notebooks
22
on:
3-
push: {}
43
pull_request: {}
5-
workflow_dispatch: {}
64
concurrency:
75
group: ${{ github.workflow }}-${{ github.ref }}
86
cancel-in-progress: true

test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ if [ $? -ne 0 ]; then
6565
exit 1
6666
fi
6767

68-
echo "Notebook execution completed successfully"
68+
echo "Notebook execution completed successfully"

0 commit comments

Comments
 (0)