Skip to content

Commit

Permalink
Add CI to run every night
Browse files Browse the repository at this point in the history
Github doesn't support non-standard like @daily, we have to use
standard cron syntax.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Feb 10, 2022
1 parent 2fb2ad1 commit 9c64451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build and Test k-NN
on:
schedule:
- cron: '0 0 * * *' # every night
push:
branches:
- "*"
Expand Down

0 comments on commit 9c64451

Please sign in to comment.