Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change periodicity to once a quarter (#26)
### **PR Type** Enhancement ___ ### **Description** - Updated GitHub Actions runner names in `push_build_devShells.yaml`: - Replaced `ubuntu-22.04` with `blacksmith-2vcpu-ubuntu-2204` - Replaced `ubuntu-arm64-22.04-2cores` with `blacksmith-2vcpu-ubuntu-2204-arm` - Changed the schedule for updating dependencies in `schedule_update_deps.yaml`: - Modified cron job to run quarterly instead of monthly - These changes aim to improve the CI/CD pipeline by using more specific runner names and optimizing the frequency of dependency updates. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>push_build_devShells.yaml</strong><dd><code>Update GitHub Actions runner names</code> </dd></summary> <hr> .github/workflows/push_build_devShells.yaml <li>Updated the <code>os</code> matrix to use new runner names: <br><code>blacksmith-2vcpu-ubuntu-2204</code> and <code>blacksmith-2vcpu-ubuntu-2204-arm</code><br> </details> </td> <td><a href="https://github.com/nhost/nixops/pull/26/files#diff-b1123282b0f93c6605b4ca4a523c47e9f662dfa74dba5bc08199fa7471bc22ca">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>schedule_update_deps.yaml</strong><dd><code>Adjust dependency update schedule</code> </dd></summary> <hr> .github/workflows/schedule_update_deps.yaml <li>Modified the cron schedule from monthly to quarterly by changing <code>'0 2 </code><br><code>27 * *'</code> to <code>'0 2 27 */3 *'</code><br> </details> </td> <td><a href="https://github.com/nhost/nixops/pull/26/files#diff-f3a17eaf3f5039252245791ce2e54b81d5c4e8399d289ee87bfb207286abb8e0">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information
- Loading branch information