From ef1dbeeb258e457ed95f93d3cc29bebe38fb7b54 Mon Sep 17 00:00:00 2001 From: PropmanProphecy Date: Fri, 3 Jul 2026 10:02:49 +0000 Subject: [PATCH] [main@211e489] Update AL-Go System Files from microsoft/AL-Go-PTE@main - 28c060a --- .github/workflows/CreateRelease.yaml | 6 +++--- .github/workflows/NextMajor.yaml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CreateRelease.yaml b/.github/workflows/CreateRelease.yaml index a2c5941..6f6dbc8 100644 --- a/.github/workflows/CreateRelease.yaml +++ b/.github/workflows/CreateRelease.yaml @@ -38,11 +38,11 @@ on: updateVersionNumber: description: New Version Number in main branch. Use Major.Minor (optionally add .Build for versioningstrategy 3) for absolute change, or +1, +0.1 (or +0.0.1 for versioningstrategy 3) incremental change. required: false - default: '' + default: '+0.0.1' skipUpdatingDependencies: description: Skip updating dependency version numbers in all apps. type: boolean - default: false + default: true directCommit: description: Direct Commit? type: boolean @@ -50,7 +50,7 @@ on: useGhTokenWorkflow: description: Use GhTokenWorkflow for PR/Commit? type: boolean - default: false + default: true permissions: actions: read diff --git a/.github/workflows/NextMajor.yaml b/.github/workflows/NextMajor.yaml index c54e75d..d93fd36 100644 --- a/.github/workflows/NextMajor.yaml +++ b/.github/workflows/NextMajor.yaml @@ -2,6 +2,8 @@ name: ' Test Next Major' on: workflow_dispatch: + schedule: + - cron: '00 14 * * 5' permissions: actions: read