Skip to content

Commit 5d544be

Browse files
authored
Enable nightly execution of kind test (#2178)
1 parent 36fe160 commit 5d544be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/acceptance_tests_kind.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
terraformVersion:
1313
description: Terraform version
1414
default: 1.4.0
15+
schedule:
16+
cron: '0 21 * * *'
1517

1618
env:
1719
KUBECONFIG: ${{ github.workspace }}/.kube/config
@@ -42,3 +44,6 @@ jobs:
4244
TESTARGS: -run '${{ github.event.inputs.runTests }}'
4345
run: |
4446
make testacc
47+
48+
49+

0 commit comments

Comments
 (0)