Skip to content

Commit

Permalink
chore(ci): run kurtosis-op twice a day (#13305)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored Dec 11, 2024
1 parent 411c5ea commit e6d28e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kurtosis-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: kurtosis-op
on:
workflow_dispatch:
schedule:
# every day
- cron: "0 1 * * *"
# run every 12 hours
- cron: "0 */12 * * *"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit e6d28e4

Please sign in to comment.