Skip to content

Commit

Permalink
Merge pull request #387 from brainglobe/weekly-tests
Browse files Browse the repository at this point in the history
Schedule weekly tests
  • Loading branch information
alessandrofelder authored Sep 20, 2024
2 parents 551c079 + 8af14cb commit baab97f
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 @@ -7,6 +7,9 @@ on:
tags:
- 'v**'
pull_request:
schedule:
# Runs at 6:10am UTC on Monday
- cron: '10 6 * * 1'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit baab97f

Please sign in to comment.