Skip to content

Conversation

boomanaiden154
Copy link
Contributor

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.

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.
@boomanaiden154 boomanaiden154 added the skip-precommit-approval PR for CI feedback, not intended for review label Sep 21, 2025
@llvmbot
Copy link
Member

llvmbot commented Sep 21, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

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 --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:

@boomanaiden154 boomanaiden154 merged commit 22e17a6 into llvm:main Sep 21, 2025
14 of 15 checks passed
@boomanaiden154 boomanaiden154 deleted the code-lint-test-workflow branch September 21, 2025 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github:workflow skip-precommit-approval PR for CI feedback, not intended for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants