From d2251e8a2e454cfdd009130fa18af131802e9971 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Fri, 13 Dec 2024 11:25:39 +0100 Subject: [PATCH] add more descriptive title to CI jobs --- .github/workflows/pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 040df1c6f..b91c9df33 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -17,21 +17,21 @@ concurrency: jobs: test-linux-gcc: - name: Linux placeholder testing with gcc + name: Gcc release full Linux testing uses: ./.github/workflows/gcc-linux-nix-check.yml if: | always() && !cancelled() secrets: inherit test-linux-clang: - name: Linux placeholder testing with clang + name: Clang release full Linux testing uses: ./.github/workflows/clang-linux-nix-check.yml if: | always() && !cancelled() secrets: inherit test-linux-proof-producer-debug-gcc: - name: Linux proof-producer testing with debug gcc + name: Gcc debug proof-producer Linux testing uses: ./.github/workflows/gcc-debug-proof-producer-nix-check.yml if: | always() && !cancelled()