Skip to content

Commit

Permalink
Add logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic Update committed Dec 3, 2024
1 parent 75c9ed0 commit 9c34818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/aksbootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
--resource-group "common-${{ matrix.target.name }}" \
--ip-address ${{ steps.github_public_ip.outputs.ipv4 }} >/dev/null
- name: Do a logic test
if: ${{ github.ref == 'refs/heads/master' }} && ${{ inputs.terraformapply == 'true' }}
run: echo "${{ inputs.terraformapply}} - ${{ github.ref }}"
if: steps.changes.outputs.changed == 'true' && ${{ github.ref == 'refs/heads/master' }} && ${{ inputs.terraformapply == 'true' }}
run: |
terraform -chdir="./terraform/subscriptions/${{ matrix.target.subscription }}/${{ matrix.target.name }}/pre-clusters" apply

0 comments on commit 9c34818

Please sign in to comment.