We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448f7fd commit d06a65bCopy full SHA for d06a65b
.github/workflows/build-ci-container-tooling.yml
@@ -25,6 +25,7 @@ on:
25
26
jobs:
27
build-ci-container-tooling:
28
+ name: Build Container ${{ matrix.container-name }}
29
if: github.repository_owner == 'llvm'
30
runs-on: ubuntu-24.04
31
strategy:
.github/workflows/build-ci-container.yml
@@ -21,6 +21,7 @@ on:
21
22
23
build-ci-container:
24
runs-on: ${{ matrix.runs-on }}
0 commit comments