Skip to content

workflows/premerge: Re-enable tests #125978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Conversation

tstellar
Copy link
Collaborator

@tstellar tstellar commented Feb 6, 2025

These were accidentally disabled in
0cca13f.

These were accidentally disabled in
0cca13f.
@llvmbot
Copy link
Member

llvmbot commented Feb 6, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

These were accidentally disabled in
0cca13f.


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

1 Files Affected:

  • (modified) .github/workflows/premerge.yaml (-2)
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'

@tstellar tstellar merged commit 49a8fb2 into llvm:release/20.x Feb 6, 2025
11 checks passed
Copy link

github-actions bot commented Feb 6, 2025

@tstellar (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants