[llvm] [workflows] Add post-commit job that periodically runs the clang static analyzer (PR #94106)
Artem Dergachev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 17:41:28 PDT 2024
================
@@ -0,0 +1,94 @@
+name: Post-Commit Static Analyzer
+
+permissions:
+ contents: read
+
+on:
+ push:
+ branches:
+ - 'release/**'
+ paths:
+ - 'llvm/**'
----------------
haoNoQ wrote:
`'clang/**'`?
https://github.com/llvm/llvm-project/pull/94106
More information about the llvm-commits
mailing list