Skip to content

Commit 2b3d036

Browse files
committed
ci: use terraform for nightly tests
1 parent 8c9cf73 commit 2b3d036

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/opentofu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: OpenTofu
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 0 * * *"
5+
# Use terraform for nightly tests, because OpenTofu produces non-empty diff without changes in database tests.
6+
# TODO: check these tests after related resources and data-sources are migrated to plugin framework.
7+
# schedule:
8+
# - cron: "0 0 * * *"
79
push:
810
branches:
911
- test-tofu-acctest # for testing

.github/workflows/terraform.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Terraform
22

33
on:
4+
# TODO: remove this when switching to OpenTofu, see ./opentofu.yml
5+
schedule:
6+
- cron: "0 0 * * *"
47
pull_request:
58
paths:
69
- .github/workflows/terraform.yml

0 commit comments

Comments
 (0)