Skip to content

Commit 9a85cda

Browse files
committed
feat(azure): az ci config unsaved changes
1 parent c619ed0 commit 9a85cda

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/test-azure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Azure Tests
22

33
on:
4+
push:
5+
branches: [test-ci]
46
# Manual trigger for testing
57
workflow_dispatch:
68
inputs:

.github/workflows/test-gcp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: GCP Tests
22

33
on:
4-
push:
5-
branches: [test-ci]
64
# Manual trigger for testing
75
workflow_dispatch:
86
inputs:

test/azure/fixtures/materialize/main.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,12 @@ module "materialize_instance" {
202202
}
203203

204204
depends_on = [
205-
module.operator,
206-
module.storage,
205+
module.aks,
207206
module.database,
207+
module.storage,
208208
module.self_signed_cluster_issuer,
209+
module.operator,
210+
module.nodepool,
209211
]
210212
}
211213

0 commit comments

Comments
 (0)