From 22fd8a1ee8219b8085dd64e035485cb86dd26c92 Mon Sep 17 00:00:00 2001 From: Pengfei Xuan Date: Tue, 25 Jun 2024 10:50:53 -0400 Subject: [PATCH] Switch ci trigger back to the main branch --- .github/workflows/rocm6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rocm6.yml b/.github/workflows/rocm6.yml index 16d4c59..c64f16a 100644 --- a/.github/workflows/rocm6.yml +++ b/.github/workflows/rocm6.yml @@ -3,7 +3,7 @@ name: OpenSplat (Docker ROCm 6.x) on: push: branches: - - torch-2.3.x + - main pull_request: types: [ assigned, opened, synchronize, reopened ] release: @@ -18,7 +18,7 @@ jobs: matrix: os: [ubuntu-22.04] # [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04] arch: [x64] # [x64, x86] - torch-version: [2.3.1, 2.1.2] # [1.12.0, 1.13.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1] + torch-version: [2.1.2] # [1.12.0, 1.13.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1] rocm-version: [6.0.2] cmake-build-type: [Release] # [Debug, ClangTidy] steps: