[all-commits] [llvm/llvm-project] 9f5be5: [Github] Add repository checks to release-binaries...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Mar 8 00:13:33 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f5be5f0092a636274953389cd5771c45ac0a568
https://github.com/llvm/llvm-project/commit/9f5be5f0092a636274953389cd5771c45ac0a568
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M .github/workflows/release-binaries.yml
Log Message:
-----------
[Github] Add repository checks to release-binaries workflow (#84437)
This patch adds repository checks to the release-binaries workflow jobs.
People were observing that the job was running on a schedule in their
forks. This only happens on old forks, but those probably exist in great
number given how prolific LLVM is. This is also good practice anyways,
on top of solving the direct problem of these jobs running with the cron
schedule on people's forks.
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