We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9cf73 commit 2b3d036Copy full SHA for 2b3d036
.github/workflows/opentofu.yml
@@ -2,8 +2,10 @@ name: OpenTofu
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- - cron: "0 0 * * *"
+ # Use terraform for nightly tests, because OpenTofu produces non-empty diff without changes in database tests.
+ # TODO: check these tests after related resources and data-sources are migrated to plugin framework.
7
+ # schedule:
8
+ # - cron: "0 0 * * *"
9
push:
10
branches:
11
- test-tofu-acctest # for testing
.github/workflows/terraform.yml
@@ -1,6 +1,9 @@
1
name: Terraform
+ # TODO: remove this when switching to OpenTofu, see ./opentofu.yml
+ schedule:
+ - cron: "0 0 * * *"
pull_request:
paths:
- .github/workflows/terraform.yml
0 commit comments