Skip to content

Commit

Permalink
Updated AL-Go System Files
Browse files Browse the repository at this point in the history
  • Loading branch information
artkashin committed Jul 17, 2023
1 parent f874e95 commit eefdb92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"type": "AppSource App",
"templateUrl": "https://github.com/AdaptiveBS/AL-Go-AppSource@main"
{
"type": "AppSource App",
"templateUrl": "https://github.com/AdaptiveBS/AL-Go-AppSource@main"
}
10 changes: 5 additions & 5 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ' CI/CD'
name: ' CI/CD'

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ env:

jobs:
Initialization:
runs-on: [ windows-latest ]
runs-on: [ self-hosted ]
outputs:
telemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }}
settings: ${{ steps.ReadSettings.outputs.SettingsJson }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
Add-Content -Path $env:GITHUB_ENV -Value "DeliveryTargets=$deliveryTargetsJson"
CheckForUpdates:
runs-on: [ windows-latest ]
runs-on: [ self-hosted ]
needs: [ Initialization ]
steps:
- name: Checkout
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
matrix:
deliveryTarget: ${{ fromJson(needs.Initialization.outputs.deliveryTargets) }}
fail-fast: false
runs-on: [ windows-latest ]
runs-on: [ self-hosted ]
name: Deliver to ${{ matrix.deliveryTarget }}
steps:
- name: Checkout
Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:

PostProcess:
if: (!cancelled())
runs-on: [ windows-latest ]
runs-on: [ self-hosted ]
needs: [ Initialization, Build, Deploy, Deliver ]
steps:
- name: Checkout
Expand Down

0 comments on commit eefdb92

Please sign in to comment.