Skip to content

Commit

Permalink
Schedule tests to run weekly (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov authored Sep 20, 2024
1 parent 56b4a24 commit d760b8e
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 @@ -9,6 +9,9 @@ on:
- 'v**'
# Run on all pull-requests
pull_request:
schedule:
# Runs at 6:10am UTC on Monday
- cron: '10 6 * * 1'
# Allow workflow dispatch from GitHub
workflow_dispatch:

Expand Down

0 comments on commit d760b8e

Please sign in to comment.