1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

test(regression test): run regression tests on github actions every 6… (#734)

test(regression test): run regression tests on github actions every 6 hours

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2023-01-31 09:41:06 +02:00 committed by GitHub
parent 5c7ca77a72
commit 152f16bc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ env:
on: on:
schedule: schedule:
- cron: '0 7 */1 * *' - cron: '0 0/6 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs: