From 0b88a91266edeb08d24f74def2d31aa5109bc56c Mon Sep 17 00:00:00 2001 From: freddydk Date: Sun, 11 Aug 2024 04:53:19 +0000 Subject: [PATCH] [main] Update AL-Go System Files from freddydk/AL-Go@customize - 1cc3a947178e3c4f271500dceb18ab69f3597c7a --- .github/AL-Go-Settings.json | 2 +- .github/workflows/CICD.yaml | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 75895bc..7dc5918 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -37,7 +37,7 @@ "DeliverToStorage": { "CreateContainerIfNotExist": true }, - "templateSha": "563c22f9824d37f40b3509174e5f05d6e8332a9b", + "templateSha": "1cc3a947178e3c4f271500dceb18ab69f3597c7a", "RepoVersion": "1.0", "artifact": "//24.0//first", "vsixFile": "latest", diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index b0f8cb9..0cd37b4 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -212,7 +212,7 @@ jobs: DeployALDoc: needs: [ Initialization, Build ] - if: (!cancelled()) && needs.Build.result == 'Success' && needs.Initialization.outputs.generateALDocArtifact == 1 && github.ref_name == 'main' + if: (!cancelled()) && (needs.Build.result == 'success' || needs.Build.result == 'skipped') && needs.Initialization.outputs.generateALDocArtifact == 1 && github.ref_name == 'main' runs-on: [ windows-latest ] name: Deploy Reference Documentation permissions: @@ -381,12 +381,3 @@ jobs: shell: powershell telemetryScopeJson: ${{ needs.Initialization.outputs.telemetryScopeJson }} currentJobContext: ${{ toJson(job) }} - - CustomJob-CreateBuildTag: - needs: [ Initialization, Build ] - if: (!cancelled()) && (needs.Build.result == 'success' || needs.Build.result == 'skipped') - runs-on: [ ubuntu-latest ] - steps: - - name: Create Tag - run: | - Write-Host "Create Tag"