Skip to content

Commit

Permalink
- Added branch variable to allow workflows to build off current branc…
Browse files Browse the repository at this point in the history
…h for PRs
  • Loading branch information
pjlewisuk authored Aug 9, 2024
1 parent 05ec33d commit 14330c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/StandardCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
env:
RG: "AksBicepAcc-Ci-BasicCluster" #The resource group we're deploying to.
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/${{ BRANCH_NAME }}/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file
ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/${{ env.BRANCH_NAME }}/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file
RESNAME: "AksStan" #Used in Azure Resource Naming, overrides the default in the parameter file
DEPNAME: "Dep${{ github.run_number }}" #Deployment Name
AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest
Expand Down

0 comments on commit 14330c5

Please sign in to comment.