Some ET workflows running on PRs are not cancelled when the PRs are updated
Open
@Gasoonjia is already working on this.
Since Sep 15, 2026.
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.