This is an archive of the discontinued LLVM Phabricator instance.

[GHA] Cancel intermediate builds on PRs
ClosedPublic

Authored by vchuravy on Oct 9 2021, 2:08 PM.

Details

Reviewers
tstellar
Summary

Setup GHA to skip runs when subsequent pushes to a PR occur.

Diff Detail

Event Timeline

vchuravy created this revision.Oct 9 2021, 2:08 PM
vchuravy requested review of this revision.Oct 9 2021, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2021, 2:08 PM

What is the motivation for this change, do you not want GitHub actions to run in your fork of llvm-project?

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.

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.

So, you don't mind having the GitHub Actions running in your fork?

This revision is now accepted and ready to land.Oct 27 2021, 12:54 PM
tstellar closed this revision.Oct 27 2021, 12:55 PM