Skip to content

Commit

Permalink
Add scheduled CI runs to ensure things stay working.
Browse files Browse the repository at this point in the history
This should help catch/validate things as the runners update with new Xcodes, etc.
  • Loading branch information
thomasvl committed Sep 26, 2024
1 parent c8a105f commit 41a8597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Run the first and fifteenth of every month at 5:12 UTC
- cron: '12 4 1,15 * *'
# Also allow manual triggering from the github UX to revalidate things.
workflow_dispatch:

jobs:
macOS:
Expand Down

0 comments on commit 41a8597

Please sign in to comment.