Skip to content

Commit

Permalink
ci: add crono job to run integration test each 2 weeks
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 29, 2022
1 parent 2eeecd0 commit 7831416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '30 1 1,15 * *'

jobs:
test:
Expand Down

0 comments on commit 7831416

Please sign in to comment.