summaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yaml
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-07-05 17:40:48 +0300
committerGitHub <noreply@github.com>2022-07-05 17:40:48 +0300
commitae83d40384665e2533d2f181981f991a45f58555 (patch)
tree4e127c49ef9fdeb60cd905c7f8ae40e923717396 /.github/workflows/integration.yaml
parentc705df136f0cca3a301ba6ca0a0b6e6bed25a1db (diff)
downloadredis-py-ae83d40384665e2533d2f181981f991a45f58555.tar.gz
run integration tests nightly (#2263)
Diffstat (limited to '.github/workflows/integration.yaml')
-rw-r--r--.github/workflows/integration.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 59f6c7d..1174277 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -13,6 +13,8 @@ on:
branches:
- master
- '[0-9].[0-9]'
+ schedule:
+ - cron: '0 1 * * *' # nightly build
jobs: