From 9e6f91107ddb1218c448eb2fae2afd84e8b5cfb8 Mon Sep 17 00:00:00 2001 From: Robert Konicar Date: Mon, 26 Feb 2024 18:42:47 +0100 Subject: [PATCH] XXX: simplify name + remove quot marks. --- .github/workflows/llvm-ts-run.yml | 2 +- .github/workflows/rel.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: