[llvm] [workflows] Build a container for running CI on github actions (PR #75286)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 09:48:08 PST 2023


================
@@ -0,0 +1,51 @@
+
+name: Build CI Container
+
+permissions:
+  contents: read
+
+on:
----------------
tstellar wrote:

I considered doing this, but decided not to, because I didn't want just anyone to be able to rebuild the container.  One option would be to add a workflow_dispatch, but with a user/team check.

https://github.com/llvm/llvm-project/pull/75286


More information about the llvm-commits mailing list