Skip to content

Commit

Permalink
fix: never require approval
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Sep 11, 2024
1 parent 6cbb2c5 commit 6e95594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Deploy
run: |
npm ci
npx cdk deploy --all
npx cdk deploy --all --require-approval=never
working-directory: infra

0 comments on commit 6e95594

Please sign in to comment.