Skip to content

Commit

Permalink
Merge pull request #156 from aholstrup1/update-al-go-system-files/mai…
Browse files Browse the repository at this point in the history
…n/230820192757

Updated AL-Go System Files
  • Loading branch information
aholstrup1 authored Aug 20, 2023
2 parents 15178b6 + a904924 commit 4f87645
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/PullRequestHandler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,13 @@ jobs:
secrets: 'licenseFileUrl,insiderSasToken,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString'
publishThisBuildArtifacts: ${{ needs.Initialization.outputs.workflowDepth > 1 }}

PostProcess:
StatusCheck:
runs-on: [ windows-latest ]
needs: [ Initialization, Build ]
if: (!cancelled())
if: always()
steps:
- name: Finalize the workflow
id: PostProcess
uses: aholstrup1/AL-Go/Actions/WorkflowPostProcess@main
- name: Pull Request Status Check
id: StatusCheck
uses: aholstrup1/AL-Go/Actions/PullRequestStatusCheck@main
with:
shell: powershell
eventId: "DO0104"
telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }}

0 comments on commit 4f87645

Please sign in to comment.