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 0ac44ed commit 848b565Copy full SHA for 848b565
.github/workflows/coverage-badge.yaml
@@ -4,7 +4,7 @@ name: Coverage Badge
4
5
on:
6
push:
7
- branches: [ main ]
+ branches: [ main, ray-jobs-feature ]
8
9
jobs:
10
report:
.github/workflows/e2e_tests.yaml
@@ -6,6 +6,7 @@ on:
branches:
- main
- 'release-*'
+ - ray-jobs-feature
paths-ignore:
11
- 'docs/**'
12
- '**.adoc'
.github/workflows/unit-tests.yml
@@ -2,9 +2,9 @@ name: Python Tests
2
3
pull_request:
unit-tests:
0 commit comments