From 3cd1c655c8564cc46e81a93cf8c333e5fdc71e1b Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 16 Jun 2022 06:20:13 +0200 Subject: [PATCH] Allow for a bool to only build from local cache This is a workaround to allow further development of this Action until we have the JFrog server up and running. Contributes to CURA-9365 --- .github/workflows/conan-package.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index e03526cdca..0d077663c1 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -55,6 +55,7 @@ jobs: python_version: '3.10.4' conan_config_branch: 'CURA-9177_Fix_CI_CD' conan_logging_level: 'info' + conan_update: false # FIXME: Once we have the new JFrog server up and running secrets: inherit conan-package-create-macos: @@ -69,6 +70,7 @@ jobs: python_version: '3.10.4' conan_config_branch: 'CURA-9177_Fix_CI_CD' conan_logging_level: 'info' + conan_update: false # FIXME: Once we have the new JFrog server up and running secrets: inherit conan-package-create-windows: @@ -83,6 +85,7 @@ jobs: python_version: '3.10.4' conan_config_branch: 'CURA-9177_Fix_CI_CD' conan_logging_level: 'info' + conan_update: false # FIXME: Once we have the new JFrog server up and running secrets: inherit conan-package-create-linux: @@ -97,4 +100,5 @@ jobs: python_version: '3.10.4' conan_config_branch: 'CURA-9177_Fix_CI_CD' conan_logging_level: 'info' + conan_update: false # FIXME: Once we have the new JFrog server up and running secrets: inherit \ No newline at end of file