Skip to content

Commit

Permalink
Add CI to run every night (opensearch-project#284)
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>
(cherry picked from commit 9c64451)
  • Loading branch information
github-actions[bot] authored Feb 10, 2022
1 parent 31db144 commit 99f1b8d
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 99f1b8d

Please sign in to comment.