Skip to content

Commit

Permalink
Schedule weekly tests
Browse files Browse the repository at this point in the history
Schedule tests to run weekly to make sure there are no installation issues, and to keep the cache fresh.
  • Loading branch information
IgorTatarnikov authored Sep 20, 2024
1 parent f22968c commit 6b00453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- '*'
tags:
- '*'
schedule:
# Runs at 6:10am UTC on Monday
- cron: '10 6 * * 1'
pull_request:

jobs:
Expand Down

0 comments on commit 6b00453

Please sign in to comment.