We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adad81 commit eff9e55Copy full SHA for eff9e55
.github/workflows/e2e_tests.yaml
@@ -6,6 +6,7 @@ on:
6
branches:
7
- main
8
- 'release-*'
9
+ - 'test-odh-notebooks-sync'
10
paths-ignore:
11
- 'docs/**'
12
- '**.adoc'
.github/workflows/unit-tests.yml
@@ -5,7 +5,9 @@ on:
5
push:
branches: [ main ]
pull_request:
- branches: [ main ]
+ branches:
+ - main
+ - test-odh-notebooks-sync
merge_group:
13
jobs:
0 commit comments