Skip to content

Commit 506a604

Browse files
committed
ci: run integration ci daily
1 parent 38101ac commit 506a604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Minikube Integration Tests
22

33
on:
4-
# Weekly schedule - Sundays at 3 AM UTC
4+
# Daily schedule - 3 AM UTC
55
schedule:
6-
- cron: '0 3 * * 0'
6+
- cron: "0 3 * * *"
77
# Pull requests with 'full-integration' label
88
pull_request:
99
types: [labeled, synchronize]

0 commit comments

Comments
 (0)