Skip to content

Commit c501484

Browse files
authored
Run GPU CI on PRs destined for QA branches (#228)
1 parent 9fbc1c1 commit c501484

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rocm-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ on:
66
push:
77
branches:
88
- rocm-main
9+
- 'rocm-jaxlib-v*'
910
pull_request:
1011
branches:
1112
- rocm-main
13+
- 'rocm-jaxlib-v*'
1214

1315
concurrency:
1416
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1517
cancel-in-progress: true
1618

1719
jobs:
18-
build-jax-in-docker: # strategy and matrix come here
20+
build-jax-in-docker: # strategy and matrix come here
1921
runs-on: mi-250
2022
env:
2123
BASE_IMAGE: "ubuntu:22.04"

0 commit comments

Comments
 (0)