Skip to content

Commit

Permalink
correct ci job names
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 5, 2024
1 parent e6e1796 commit dc04c5f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ concurrency:
cancel-in-progress: true

jobs:
test-linux:
name: Linux Crypto3 Testing
uses: ./.github/workflows/linux-nix-check.yml
test-linux-gcc:
name: Linux Crypto3 Testing with gcc
uses: ./.github/workflows/gcc-linux-nix-check.yml.yml
if: |
always() && !cancelled()
secrets: inherit

test-linux-clang:
name: Linux Crypto3 Testing with clang
uses: ./.github/workflows/clang-linux-nix-check.yml.yml
if: |
always() && !cancelled()
secrets: inherit
Expand Down

0 comments on commit dc04c5f

Please sign in to comment.