chore(ci): run endurance test every 6 hours (#4861)

This commit is contained in:
Julio Lopez
2025-10-01 22:53:49 -07:00
committed by GitHub
parent c6115fa4dd
commit 0765bcaa95

View File

@@ -5,8 +5,8 @@ on:
tags:
- v*
schedule:
# run every 2 hours
- cron: '12 */2 * * *'
# run every 6 hours
- cron: '12 */6 * * *'
workflow_dispatch:
inputs:
ref: