Skip to content

Commit 379461a

Browse files
committed
ci: disable pulumi refresh in deploy workflow
1 parent bec01ff commit 379461a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ jobs:
562562
command: up
563563
stack-name: ${{ needs.resolve-target.outputs.deploy_environment }}
564564
work-dir: src/typescript/pulumi
565-
refresh: true
565+
refresh: false
566566
upsert: true
567567
env:
568568
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)