Skip to content

Commit 2341b87

Browse files
deploy defaults to false
1 parent 0122454 commit 2341b87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-supplier-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
description: "Deploy backend infrastructure"
1616
type: boolean
1717
required: false
18-
default: true
18+
default: false
1919
backend_account_group:
2020
description: "Target backend account group (dev, nonprod, prod). Required when
2121
deploy_backend is true."
@@ -26,7 +26,7 @@ on:
2626
description: "Deploy APIM proxy"
2727
type: boolean
2828
required: false
29-
default: true
29+
default: false
3030
apim_environment:
3131
description: "Target APIM environment (internal-dev, int, prod). Required when
3232
deploy_proxy is true."

0 commit comments

Comments
 (0)