Skip to content

Commit

Permalink
Merge pull request #59 from mathworks/jdhameli-test-daily
Browse files Browse the repository at this point in the history
Run tests daily
  • Loading branch information
jdhameli authored Sep 21, 2023
2 parents b802c94 + d07ec5e commit 1d944cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Triggers the workflow on push events for the "main" branch
push:
branches: [ main ]
schedule:
- cron: "45 11 * * *"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 1d944cf

Please sign in to comment.