Removed toLower

This commit is contained in:
Daniele Lacamera
2026-03-20 18:11:24 +01:00
parent b695dd37b4
commit 2c7bc0d1b3
+3 -3
View File
@@ -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