Skip to content

Commit

Permalink
removing terraform apply step
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykie committed Jun 20, 2024
1 parent 10b9461 commit 06bafc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/scoutsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,4 @@ jobs:
- name: Terraform Plan
id: plan
working-directory: ${{ matrix.dir }}
run: terraform plan -no-color

- name: Terraform Apply
id: apply
working-directory: ${{ matrix.dir }}
run: terraform plan -no-color

0 comments on commit 06bafc7

Please sign in to comment.