diff --git a/.github/workflows/links-validator.yml b/.github/workflows/links-validator.yml index 900b983..2e00861 100644 --- a/.github/workflows/links-validator.yml +++ b/.github/workflows/links-validator.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # At 09:00 on Monday: https://crontab.guru/#0_9_*_*_1 - - cron: "0 9 * * 1" + - cron: "0 9 30 * 0" jobs: link_checker: diff --git a/README.md b/README.md index 1535b12..6e393d5 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Gogs](https://gogs.io/) - A painless self-hosted Git service. - [Gitea](https://gitea.io/) - A painless self-hosted Git service. - [Gitblit](https://github.com/gitblit/gitblit) - Pure Java Git solution for managing, viewing, and serving Git repositories. +- [RhodeCode](https://rhodecode.com/) - Centralized control for distributed repositories. Mercurial, Git, and Subversion under a single roof. +- [Radicle](https://radicle.xyz/) - Radicle is a sovereign peer-to-peer network for code collaboration, built on top of Git. ## Web Servers