Skip to content

Conversation

@tstellar
Copy link
Collaborator

Also remove deleted file from the file list.

Also remove deleted file from the file list.
@llvmbot
Copy link
Member

llvmbot commented Nov 10, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

Also remove deleted file from the file list.


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

1 Files Affected:

  • (modified) .github/workflows/llvm-abi-tests.yml (+2-2)
diff --git a/.github/workflows/llvm-abi-tests.yml b/.github/workflows/llvm-abi-tests.yml
index b0c2d32d4a41b..1ea134382ef6f 100644
--- a/.github/workflows/llvm-abi-tests.yml
+++ b/.github/workflows/llvm-abi-tests.yml
@@ -10,13 +10,13 @@ on:
       - 'release/**'
     paths:
       - 'llvm/**'
-      - '.github/workflows/llvm-tests.yml'
+      - '.github/workflows/llvm-abi-tests.yml'
   pull_request:
     branches:
       - 'release/**'
     paths:
       - 'llvm/**'
-      - '.github/workflows/llvm-tests.yml'
+      - '.github/workflows/llvm-abi-tests.yml'
 
 concurrency:
   # Skip intermediate builds: always.

Copy link
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Looks like I missed this when I did the renaming. Sorry about that.

@tstellar tstellar merged commit 4369d52 into llvm:main Nov 11, 2025
14 checks passed
@tstellar
Copy link
Collaborator Author

LGTM. Looks like I missed this when I did the renaming. Sorry about that.

No problem.

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