From 7ff2add7ce68a77d328afcef5dba111a6c852020 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Thu, 5 Sep 2024 11:21:09 +0200 Subject: [PATCH] hotfix --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c7a2461c89..7f2f09e15c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -17,14 +17,14 @@ concurrency: jobs: test-linux-gcc: name: Linux Crypto3 Testing with gcc - uses: ./.github/workflows/gcc-linux-nix-check.yml.yml + uses: ./.github/workflows/gcc-linux-nix-check.yml if: | always() && !cancelled() secrets: inherit test-linux-clang: name: Linux Crypto3 Testing with clang - uses: ./.github/workflows/clang-linux-nix-check.yml.yml + uses: ./.github/workflows/clang-linux-nix-check.yml if: | always() && !cancelled() secrets: inherit