aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2022-12-26 21:57:58 +0300
committeralexv-smirnov <alex@ydb.tech>2022-12-26 21:57:58 +0300
commitc3fd620e18ff542c304ce43661d27e6d9109e7b3 (patch)
tree6ed3f9986f3ad64655f8486888bbba2c8fdbad21
parentf089705201d09d1a8bdaf76e96c5d94f68003f44 (diff)
downloadydb-c3fd620e18ff542c304ce43661d27e6d9109e7b3.tar.gz
add scheduled build and test run
-rw-r--r--.github/workflows/build_and_test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 41cb9a61ff..216d4ef0ea 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1,7 +1,10 @@
name: C/C++ CI
-on: workflow_dispatch
-
+on:
+ schedule:
+ - cron: "0 1 * * *"
+ workflow_dispatch:
+
jobs:
build: