Skip to content

Commit

Permalink
add more descriptive title to CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 13, 2024
1 parent 1a3aabe commit d2251e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d2251e8

Please sign in to comment.