We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef9d17 commit fff25bdCopy full SHA for fff25bd
.github/workflows/regression_test.yml
@@ -35,7 +35,7 @@ jobs:
35
gpu-arch-version: ""
36
- name: ROCM Nightly
37
runs-on: linux.rocm.gpu.torchao
38
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') }}
39
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
40
gpu-arch-type: "rocm"
41
gpu-arch-version: "6.3"
0 commit comments