diff --git a/.github/workflows/update_selfhost.yml b/.github/workflows/update_selfhost.yml index 3261ef21..468b4782 100644 --- a/.github/workflows/update_selfhost.yml +++ b/.github/workflows/update_selfhost.yml @@ -3,6 +3,8 @@ name : update selfhost nodes on: # manual only workflow_dispatch: + schedule: + - cron: "05 0 * * 0" # At 00:05 UTC on each Saturday push: branches: - main diff --git a/toolset/scripts/install.sh b/toolset/scripts/install.sh index 779d0a00..41fe08f2 100755 --- a/toolset/scripts/install.sh +++ b/toolset/scripts/install.sh @@ -47,7 +47,7 @@ if [ $INSTALL_IN_CONDA = true ]; then source "${MINICONDA_INSTALL_DIR}/bin/activate" fi - printf "Update packages" + printf "Update packages\n" conda update -y --all else printf "Attempting to install Ansible in base environment\n"