[llvm] [Github] Test pr-code-lint workflow on changes to workflow (PR #159968)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 20 22:14:28 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
This patch ensures that the pr-code-lint workflow is run for testing whenever the workflow file is changed. This will not catch actual functionality issues on most changes but does ensure that the workflow is not completely broken.
---
Full diff: https://github.com/llvm/llvm-project/pull/159968.diff
1 Files Affected:
- (modified) .github/workflows/pr-code-lint.yml (+1)
``````````diff
diff --git a/.github/workflows/pr-code-lint.yml b/.github/workflows/pr-code-lint.yml
index adb6c6e8f4c76..6ed187e2c75f5 100644
--- a/.github/workflows/pr-code-lint.yml
+++ b/.github/workflows/pr-code-lint.yml
@@ -10,6 +10,7 @@ on:
- 'users/**'
paths:
- 'clang-tools-extra/clang-tidy/**'
+ - '.github/workflows/pr-code-lint.yml'
jobs:
code_linter:
``````````
</details>
https://github.com/llvm/llvm-project/pull/159968
More information about the llvm-commits
mailing list