Skip to content

Commit

Permalink
[main] Update AL-Go System Files from freddydk/AL-Go@partial - 6d26d7…
Browse files Browse the repository at this point in the history
…ed70ed6419c5244e9f314d6c6afca90b51 | e2c31a7
  • Loading branch information
freddydk committed Jan 19, 2025
1 parent e2c31a7 commit 21d2af1
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -87,6 +87,6 @@
"gitHubRunner": "ubuntu-latest",
"githubRunnerShell": "pwsh",
"generateDependencyArtifact": true,
"templateSha": "a068ef1fe8064ac54cfc2d5a2b994ecd6ab2dd0c",
"templateSha": "6d26d7ed70ed6419c5244e9f314d6c6afca90b51",
"RepoVersion": "1.0"
}
6 changes: 6 additions & 0 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: ' CI/CD'
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
- cancel-in-progress: true

on:
workflow_dispatch:
Expand All @@ -8,6 +11,9 @@ on:
- '.github/workflows/*.yaml'
- '!.github/workflows/CICD.yaml'
branches: [ 'main', 'release/*', 'feature/*', 'development' ]
schedule:
- cron: '5 4 * * *'
- cron: '7 7 * * *'

defaults:
run:
Expand Down

0 comments on commit 21d2af1

Please sign in to comment.