Skip to content

Commit

Permalink
Merge pull request #3 from StrongPointLT-ERP/update-al-go-system-file…
Browse files Browse the repository at this point in the history
…s/main/240517005417

Update AL-Go System Files
  • Loading branch information
HazardMK authored May 17, 2024
2 parents 695dbf8 + ce713ca commit 2c391cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ' Test Current'

on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/NextMajor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ' Test Next Major'

on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 0'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/NextMinor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ' Test Next Minor'

on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 6'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/UpdateGitHubGoSystemFiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
description: Direct Commit?
type: boolean
default: false
schedule:
- cron: '0 2 * * 1'

permissions:
contents: read
Expand Down

0 comments on commit 2c391cf

Please sign in to comment.