Skip to content

Commit

Permalink
gha: run tests on schedule
Browse files Browse the repository at this point in the history
Just to stay on top of dependencies and see if something broke.
  • Loading branch information
efiop authored Dec 22, 2023
1 parent 092685f commit a340391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [main]
pull_request:
schedule:
- cron: '5 1 * * *' # every day at 01:05
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit a340391

Please sign in to comment.