Skip to content

Commit

Permalink
update selfhost once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Jul 16, 2024
1 parent 838722d commit 526504e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/update_selfhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion toolset/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 526504e

Please sign in to comment.