Run kurtosis e2e test 2x/day (#12641)

This commit is contained in:
Jennifer
2024-11-18 20:34:09 +00:00
committed by GitHub
parent 55b51364b0
commit f1279b3549
2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,8 @@ name: kurtosis
on:
workflow_dispatch:
schedule:
# every day
- cron: "0 1 * * *"
# run every 12 hours
- cron: "0 */12 * * *"
env:
CARGO_TERM_COLOR: always