From f8425b039a1890b7184715479d19e7a577f80203 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sat, 23 Sep 2023 19:24:48 +0200 Subject: [PATCH] don't upload packages from self-hosted --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a428439b24..9d9bec6208 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -158,7 +158,7 @@ jobs: run: conan install $CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$ENTERPRISE -o cura:staging=$STAGING --json "cura_inst/conan_install_info.json" - name: Upload the Package(s) - if: always() + if: always() && ${{ inputs.operating_system != 'self-hosted' }} run: | conan upload "*" -r cura --all -c