diff options
| author | Chayim <chayim@users.noreply.github.com> | 2022-07-05 17:40:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 17:40:48 +0300 |
| commit | ae83d40384665e2533d2f181981f991a45f58555 (patch) | |
| tree | 4e127c49ef9fdeb60cd905c7f8ae40e923717396 /.github | |
| parent | c705df136f0cca3a301ba6ca0a0b6e6bed25a1db (diff) | |
| download | redis-py-ae83d40384665e2533d2f181981f991a45f58555.tar.gz | |
run integration tests nightly (#2263)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/integration.yaml | 2 |
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: |
