From 2c7bc0d1b32baee93eb43d00cec83b7a53cdb166 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 20 Mar 2026 18:11:24 +0100 Subject: [PATCH] Removed toLower --- .github/workflows/wolfboot-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wolfboot-integration.yml b/.github/workflows/wolfboot-integration.yml index b75cf01c86..7678519c4b 100644 --- a/.github/workflows/wolfboot-integration.yml +++ b/.github/workflows/wolfboot-integration.yml @@ -18,7 +18,7 @@ env: jobs: keytools: name: keytools - if: toLower(github.repository_owner) == 'wolfssl' + if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04 timeout-minutes: 20 @@ -109,7 +109,7 @@ jobs: renode_config_selection: name: renode-config-selection - if: toLower(github.repository_owner) == 'wolfssl' + if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04 timeout-minutes: 35 @@ -198,7 +198,7 @@ jobs: host_smoke: name: host-smoke - if: toLower(github.repository_owner) == 'wolfssl' + if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04 timeout-minutes: 15