Skip to content

Commit

Permalink
add ability to run slow tests gh action manually
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Oct 27, 2023
1 parent 94eded9 commit 0b700a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_slow_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# Run at 10 am every monday at 5 am cst (10 am utc)
- cron: '0 10 * * 1'
# Run slow tests manually
workflow_dispatch:

jobs:
rest_client:
Expand Down

0 comments on commit 0b700a5

Please sign in to comment.