We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7200223 commit f36b5bfCopy full SHA for f36b5bf
.github/workflows/sdk-e2e-tests-with-papermill.yaml .github/workflows/e2e-test-notebooks.yaml
@@ -1,8 +1,6 @@
1
name: E2E Tests with Notebooks
2
on:
3
- push: {}
4
pull_request: {}
5
- workflow_dispatch: {}
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
cancel-in-progress: true
test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh
@@ -65,4 +65,4 @@ if [ $? -ne 0 ]; then
65
exit 1
66
fi
67
68
-echo "Notebook execution completed successfully"
+echo "Notebook execution completed successfully"
0 commit comments