From 605fc0797171efd9cd44e78a9ae7ec89ce9c3008 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 1 Oct 2024 10:49:54 +0200 Subject: [PATCH] ci(nss): don't set environment variables on BUILD_NSS 0 --- .github/actions/nss/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/nss/action.yml b/.github/actions/nss/action.yml index b8f7470f38..c3ec04bdaf 100644 --- a/.github/actions/nss/action.yml +++ b/.github/actions/nss/action.yml @@ -176,6 +176,7 @@ runs: - name: Set up environment shell: bash + if: env.BUILD_NSS == '1' run: | NSS_TARGET="${{ inputs.type }}" echo "NSS_TARGET=$NSS_TARGET" >> "$GITHUB_ENV"