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

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


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

These were accidentally disabled in
0cca13f758a8bda75eab45ad4bf896bb83921ec9.

>From d4caab041154d62fe2f598e6c520c4d6b2b041fb Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 5 Feb 2025 17:31:57 -0800
Subject: [PATCH] workflows/premerge: Re-enable tests

These were accidentally disabled in
0cca13f758a8bda75eab45ad4bf896bb83921ec9.
---
 .github/workflows/premerge.yaml | 2 --
 1 file changed, 2 deletions(-)

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'



More information about the llvm-branch-commits mailing list