Skip to content

Commit

Permalink
Run tests every day at 12 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 8, 2024
1 parent caae04a commit 5f50b18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 0 * * *' # Run at 12:00 AM every day

permissions:
contents: write
Expand All @@ -19,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 5f50b18

Please sign in to comment.