diff --git a/.github/workflows/llvm-ts-run.yml b/.github/workflows/llvm-ts-run.yml index 45b283aca1..a54298623d 100644 --- a/.github/workflows/llvm-ts-run.yml +++ b/.github/workflows/llvm-ts-run.yml @@ -10,7 +10,7 @@ name: "LLVM test suite" on: workflow_run: - workflows: ["Release test"] + workflows: [reltest] types: - completed branches: diff --git a/.github/workflows/rel.yml b/.github/workflows/rel.yml index b061e53ab5..f73e703547 100644 --- a/.github/workflows/rel.yml +++ b/.github/workflows/rel.yml @@ -6,7 +6,7 @@ # the LICENSE file found in the root directory of this source tree. # -name: "Release-test" +name: reltest on: pull_request: @@ -20,7 +20,7 @@ jobs: llvm-version: [17] image-version: [22.04] - name: "Release-test" + name: reltest runs-on: ubuntu-${{ matrix.image-version }} timeout-minutes: 60 container: