Skip to content

Commit 9a6727a

Browse files
committed
ci: deploy staging-* only on demand
LW-10177
1 parent 9ca7151 commit 9a6727a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/std-release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
if: startsWith(github.event.release.name, '@cardano-sdk/cardano-services@')
1010
uses: ./.github/workflows/std.yml
1111
with:
12-
deploy-staging-preprod: true
12+
# staging-* is deployed, with the versions and services identical to dev-*, at the start of the Lace release process:
13+
deploy-staging-preprod: false
1314
deploy-dev-preprod: true
1415
deploy-dev-mainnet: true
1516
# Secrets have to be passed explicitly even if callee is in the same repo:

0 commit comments

Comments
 (0)