Skip to content

Commit a5eca1e

Browse files
authored
chore(ci): disable dry run in layer balancing workflow (#5768)
fix(ci): Dry run was accidentally enabled
1 parent 264a4d9 commit a5eca1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/bootstrap_region.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@latest
107107
- id: run-balance
108108
name: Run Balance
109-
run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run false
109+
run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run=false

0 commit comments

Comments
 (0)