[all-commits] [llvm/llvm-project] 09580f: [CI] Update Best Practices on Job Events for Stack...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon Jul 21 07:14:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09580f73c2214f4c8c43b048e488ae530700a85c
      https://github.com/llvm/llvm-project/commit/09580f73c2214f4c8c43b048e488ae530700a85c
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-21 (Mon, 21 Jul 2025)

  Changed paths:
    M llvm/docs/CIBestPractices.rst

  Log Message:
  -----------
  [CI] Update Best Practices on Job Events for Stacked PRs (#149734)

I have seen a couple recent issues around workflows getting triggered on
events that are not correctly configured to handle stacked PRs. This
potentially resulted in workflows getting run twice (if they were also
triggering on push events) or to not run at all (if there were branch
restrictions for the pull_request event). Add some documentation to the
best practices page so we can hopefully avoid these issues in the future
and have some documentation to refer to during code review.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list