Skip to content

Commit 51fbb83

Browse files
authored
Fix schedule and cron (#2180)
1 parent 5d544be commit 51fbb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: Terraform version
1414
default: 1.4.0
1515
schedule:
16-
cron: '0 21 * * *'
16+
- cron: '0 21 * * *'
1717

1818
env:
1919
KUBECONFIG: ${{ github.workspace }}/.kube/config

0 commit comments

Comments
 (0)