Skip to content

Commit 326434d

Browse files
chipspeakopenshift-merge-bot[bot]
authored andcommitted
enable CI on ray-jobs-feature branch
Signed-off-by: Pat O'Connor <[email protected]>
1 parent 0ac44ed commit 326434d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Coverage Badge
44

55
on:
66
push:
7-
branches: [ main ]
7+
branches: [ main, ray-jobs-feature ]
88

99
jobs:
1010
report:

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- 'release-*'
9+
- ray-jobs-feature
910
paths-ignore:
1011
- 'docs/**'
1112
- '**.adoc'

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python Tests
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ main, ray-jobs-feature ]
66
push:
7-
branches: [ main ]
7+
branches: [ main, ray-jobs-feature ]
88

99
jobs:
1010
unit-tests:

0 commit comments

Comments
 (0)