For example, https://github.com/pytorch/executorch/blob/7c4cae61867f33f074f643e2fad563bed665e3a1/.github/workflows/cuda.yml#L35 https://github.com/pytorch/executorch/blob/7c4cae61867f33f074f643e2fad563bed665e3a1/.github/workflows/cuda-windows.yml#L24 https://github.com/pytorch/executorch/blob/7c4cae61867f33f074f643e2fad563bed665e3a1/.github/workflows/rocm.yml#L39 These workflows all have `cancel-in-progress: false`. We need to verify if that option is needed. cc @jathu @Gasoonjia @digantdesai
For example,
executorch/.github/workflows/cuda.yml
Line 35 in 7c4cae6
executorch/.github/workflows/cuda-windows.yml
Line 24 in 7c4cae6
executorch/.github/workflows/rocm.yml
Line 39 in 7c4cae6
These workflows all have
cancel-in-progress: false. We need to verify if that option is needed.cc @jathu @Gasoonjia @digantdesai