Setup GHA to skip runs when subsequent pushes to a PR occur.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
What is the motivation for this change, do you not want GitHub actions to run in your fork of llvm-project?
Comment Actions
We are starting to use a Github fork to manage our (yet to upstream) patch-set. I am expecting contributors to open PRs to add new patches that we accumulate.
This reduces resource usage when users force-push or add multiple commits to a branch.