[llvm-branch-commits] [llvm] workflows/premerge: Re-enable tests (PR #125978)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 5 17:33:52 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

<details>
<summary>Changes</summary>

These were accidentally disabled in
0cca13f758a8bda75eab45ad4bf896bb83921ec9.

---
Full diff: https://github.com/llvm/llvm-project/pull/125978.diff


1 Files Affected:

- (modified) .github/workflows/premerge.yaml (-2) 


``````````diff
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index 956760feaa3b526..45e6bb763a0efae 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -14,8 +14,6 @@ on:
       # do this is that it allows us to take advantage of concurrency groups
       # to cancel in progress CI jobs whenever the PR is closed.
       - closed
-    paths:
-      - .github/workflows/premerge.yaml
   push:
     branches:
       - 'main'

``````````

</details>


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


More information about the llvm-branch-commits mailing list