Skip to content

Commit

Permalink
run tests weekly and enable manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Dec 20, 2024
1 parent 9b31559 commit b75cd5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Tests

on:
- push
- pull_request
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "5 0 * * 2" # run weekly tests

jobs:
test:
Expand Down

2 comments on commit b75cd5c

@tom-andersson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!!

@tom-andersson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking we should really have CI running on a schedule as I was reviewing your deprecation fixes.

Please sign in to comment.