Skip to content

Commit

Permalink
Merge pull request #43 from hmcts/test-apply
Browse files Browse the repository at this point in the history
test apply
  • Loading branch information
ConnorOKane-Kainos authored Aug 30, 2024
2 parents 6deda4a + 4ee9832 commit 9b4ab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Terraform Apply
working-directory: components
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event.pull_request.merged == true
env:
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.DCD_CFT_SANDBOX_SUBSCRIPTION }}
Expand Down

0 comments on commit 9b4ab79

Please sign in to comment.