From a904924cc0b1599da2548b7f88da7c95c12ef9e6 Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Sun, 20 Aug 2023 19:27:59 +0000 Subject: [PATCH] Updated AL-Go System Files --- .github/workflows/PullRequestHandler.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/PullRequestHandler.yaml b/.github/workflows/PullRequestHandler.yaml index 0ba1ef5022..1927bf915b 100644 --- a/.github/workflows/PullRequestHandler.yaml +++ b/.github/workflows/PullRequestHandler.yaml @@ -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 }}