[llvm] [Github] Add initial version of precommit checks (PR #80951)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 05:17:31 PST 2024
================
@@ -0,0 +1,47 @@
+name: "Precommit tests"
+
+permissions:
+ contents: read
+
+on:
+ pull_request:
+ branches:
+ - main
+ paths:
+ - '.github/workflows/precommit.yaml'
+ - 'llvm/**'
+
----------------
tstellar wrote:
Do we need to define concurrency groups? What's the default behavior if a PR gets updated while its previous version is still being tested?
https://github.com/llvm/llvm-project/pull/80951
More information about the llvm-commits
mailing list