Skip to content

Commit fff25bd

Browse files
authored
Update regression_test.yml
1 parent bef9d17 commit fff25bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
gpu-arch-version: ""
3636
- name: ROCM Nightly
3737
runs-on: linux.rocm.gpu.torchao
38-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38+
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') }}
3939
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
4040
gpu-arch-type: "rocm"
4141
gpu-arch-version: "6.3"

0 commit comments

Comments
 (0)