diff options
author | alexv-smirnov <alex@ydb.tech> | 2022-12-26 21:57:58 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2022-12-26 21:57:58 +0300 |
commit | c3fd620e18ff542c304ce43661d27e6d9109e7b3 (patch) | |
tree | 6ed3f9986f3ad64655f8486888bbba2c8fdbad21 | |
parent | f089705201d09d1a8bdaf76e96c5d94f68003f44 (diff) | |
download | ydb-c3fd620e18ff542c304ce43661d27e6d9109e7b3.tar.gz |
add scheduled build and test run
-rw-r--r-- | .github/workflows/build_and_test.yml | 7 |
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: |