[all-commits] [llvm/llvm-project] e30dc1: [NFC][Github] Move Container Composite Workflows t...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Nov 6 15:26:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e30dc12640a21a0c25a4ca60e30fb56a6745a57b
https://github.com/llvm/llvm-project/commit/e30dc12640a21a0c25a4ca60e30fb56a6745a57b
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
A .github/actions/build-container/action.yml
A .github/actions/push-container/action.yml
M .github/workflows/build-ci-container-tooling.yml
M .github/workflows/build-ci-container.yml
R .github/workflows/build-container/action.yml
R .github/workflows/push-container/action.yml
Log Message:
-----------
[NFC][Github] Move Container Composite Workflows to .github/actions (#166864)
This allows for their reuse inside llvm-zorg. Otherwise we get an error
that we cannot use reusable workflows inside job steps because Github
thinks that they are reuseable workflows rather than composite actions.
This should be NFC inside the monorepo.
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