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 018ea15 commit 75c9ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aksbootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
az keyvault network-rule remove --name "radix-keyv-${{ matrix.target.name }}" \
--resource-group "common-${{ matrix.target.name }}" \
--ip-address ${{ steps.github_public_ip.outputs.ipv4 }} >/dev/null
- name: Lets sleep for 30 seconds for FW rule to complete
- name: Do a logic test
if: ${{ github.ref == 'refs/heads/master' }} && ${{ inputs.terraformapply == 'true' }}
run: echo "It was from master with Terraform apply"
run: echo "${{ inputs.terraformapply}} - ${{ github.ref }}"

0 comments on commit 75c9ed0

Please sign in to comment.