Skip to content

Commit

Permalink
Configure the OS workflow to run monthly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theory committed Jan 4, 2025
1 parent fa31539 commit d8e2899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches: ['*']
pull_request:
schedule:
- cron: '0 14 2 * *' # Monthly at 2pm on the second
jobs:
OS:
strategy:
Expand Down

0 comments on commit d8e2899

Please sign in to comment.