Skip to content

Commit

Permalink
chore(ci): disable dry run in layer balancing workflow (#5768)
Browse files Browse the repository at this point in the history
fix(ci): Dry run was accidentally enabled
  • Loading branch information
sthulb authored Dec 19, 2024
1 parent 264a4d9 commit a5eca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap_region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@latest
- id: run-balance
name: Run Balance
run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run false
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 comments on commit a5eca1e

Please sign in to comment.