Skip to content

Conversation

@tstellar
Copy link
Collaborator

@tstellar tstellar commented Nov 7, 2025

These were accidentally changed in
e082220.

These were accidentally changed in
e082220.
@llvmbot
Copy link
Member

llvmbot commented Nov 7, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

These were accidentally changed in
e082220.


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

1 Files Affected:

  • (modified) .github/workflows/build-ci-container-tooling.yml (+2-2)
diff --git a/.github/workflows/build-ci-container-tooling.yml b/.github/workflows/build-ci-container-tooling.yml
index 0bb8242eb35a9..f1da9dfd01d84 100644
--- a/.github/workflows/build-ci-container-tooling.yml
+++ b/.github/workflows/build-ci-container-tooling.yml
@@ -32,9 +32,9 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - container-name: code-format
+          - container-name: format
             test-command: 'cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
-          - container-name: code-lint
+          - container-name: lint
             test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
     steps:
       - name: Checkout LLVM

@boomanaiden154
Copy link
Contributor

We probably want to delete the accidentally pushed images from the registry?

@tstellar
Copy link
Collaborator Author

tstellar commented Nov 7, 2025

We probably want to delete the accidentally pushed images from the registry?

Yeah, I'll delete those.

@tstellar tstellar merged commit baf41d2 into llvm:main Nov 8, 2025
13 of 14 checks passed
vinay-deshmukh pushed a commit to vinay-deshmukh/llvm-project that referenced this pull request Nov 8, 2025
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.

4 participants