Skip to content

Commit b8e6162

Browse files
committed
enable CI on the kueue-0.10 branch
1 parent 0383e62 commit b8e6162

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CI-devmode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI-devmode
22
on:
33
push:
4-
branches: [main, rhoai-2.10]
4+
branches: [main, rhoai-2.10, kueue-0.10]
55
paths-ignore:
66
- 'site/**'
77
pull_request:
8-
branches: [main, rhoai-2.10]
8+
branches: [main, rhoai-2.10, kueue-0.10]
99

1010
jobs:
1111
CI:

.github/workflows/CI-standalone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI-standalone
22
on:
33
push:
4-
branches: [main, rhoai-2.10]
4+
branches: [main, rhoai-2.10, kueue-0.10]
55
paths-ignore:
66
- 'site/**'
77
pull_request:
8-
branches: [main, rhoai-2.10]
8+
branches: [main, rhoai-2.10, kueue-0.10]
99

1010
jobs:
1111
CI:

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22
on:
33
push:
4-
branches: [main, rhoai-2.10, codeflare-releases]
4+
branches: [main, rhoai-2.10, codeflare-releases, kueue-0.10]
55
paths-ignore:
66
- 'site/**'
77
pull_request:
8-
branches: [main, rhoai-2.10, codeflare-releases]
8+
branches: [main, rhoai-2.10, codeflare-releases, kueue-0.10]
99

1010
jobs:
1111
CI:

0 commit comments

Comments
 (0)