Skip to content

Commit

Permalink
Merge branch 'main' into freddydk-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Nov 15, 2024
2 parents d5d8d17 + 83c70bc commit 0ebcab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"gitHubRunner": "ubuntu-latest",
"githubRunnerShell": "pwsh",
"generateDependencyArtifact": true,
"templateSha": "e6969a61fc2a49d277eab3cbcf24eeb4b819ed3c",
"templateSha": "631624cc31fb3352213e32c734af33982b260bcb",
"RepoVersion": "1.0"
}
3 changes: 3 additions & 0 deletions .github/workflows/PullRequestHandler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
secrets: 'licenseFileUrl,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString'
publishThisBuildArtifacts: ${{ needs.Initialization.outputs.workflowDepth > 1 }}
artifactsNameSuffix: 'PR${{ github.event.number }}'
useArtifactCache: true

Build2:
needs: [ Initialization, Build1 ]
Expand All @@ -125,6 +126,7 @@ jobs:
secrets: 'licenseFileUrl,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString'
publishThisBuildArtifacts: ${{ needs.Initialization.outputs.workflowDepth > 1 }}
artifactsNameSuffix: 'PR${{ github.event.number }}'
useArtifactCache: true

Build:
needs: [ Initialization, Build2, Build1 ]
Expand All @@ -149,6 +151,7 @@ jobs:
secrets: 'licenseFileUrl,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString'
publishThisBuildArtifacts: ${{ needs.Initialization.outputs.workflowDepth > 1 }}
artifactsNameSuffix: 'PR${{ github.event.number }}'
useArtifactCache: true

StatusCheck:
needs: [ Initialization, Build ]
Expand Down

0 comments on commit 0ebcab3

Please sign in to comment.