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 959fd72 commit 018ea15
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/aksbootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
subscription: "s941"
# - name: "platform"
# subscription: "s940"
- name: "c2"
subscription: "s940"
# - name: "c2"
# subscription: "s940"

environment: ${{matrix.target.name }}
env:
Expand All @@ -32,7 +32,6 @@ jobs:
permissions:
id-token: write
contents: read

steps:
- name: Checkout
uses: actions/checkout@v4 #Clone Repo
Expand Down Expand Up @@ -107,3 +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
if: ${{ github.ref == 'refs/heads/master' }} && ${{ inputs.terraformapply == 'true' }}
run: echo "It was from master with Terraform apply"

0 comments on commit 018ea15

Please sign in to comment.