From ea6062b3933d2447dfd614ec32f27395d75ecf9a Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Sat, 4 Jan 2025 11:45:25 -0500 Subject: [PATCH] Configure the OS workflow to run monthly Add a schedule to run it on the second of each month. Will help to make sure the basics continue to work as dependencies and whatnot change. --- .github/workflows/os.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/os.yml b/.github/workflows/os.yml index bcfbd40a..1e6e6e29 100644 --- a/.github/workflows/os.yml +++ b/.github/workflows/os.yml @@ -7,6 +7,8 @@ on: push: branches: ['*'] pull_request: + schedule: + - cron: '0 14 2 * *' # Monthly at 2pm on the second jobs: OS: strategy: