Skip to content

Commit

Permalink
feat(ci) Run tests weekly
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre PÉRONNET <[email protected]>
  • Loading branch information
holyhope committed Feb 24, 2024
1 parent c4e39ed commit 5dba651
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
- '!**_test.go'
- 'v1/**'

on:
schedule:
- cron: '13 13 * * 1'

jobs:
tests:
name: test
Expand Down

0 comments on commit 5dba651

Please sign in to comment.