Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule "Update AL-Go System Files" to run on multiple branches #1037

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from

Conversation

mazhelez
Copy link
Collaborator

@mazhelez mazhelez commented Apr 15, 2024

Issue: When scheduling "Update AL-Go System Files" workflow, it runs only on the default branch (GitHub Actions limitation).

This PR alters the workflow to be able to schedule "Update AL-Go System Files" to run on multiple branches.
Manually dispatching the workflow isn't changed.

New setting updateALGoSystemFilesSettings is added to specify the input when running the workflow on a schedule.

Actions/AL-Go-Helper.ps1 Outdated Show resolved Hide resolved
@mazhelez mazhelez changed the title Run "Update AL-Go System Files" on multiple branches Schedule "Update AL-Go System Files" to run on multiple branches Aug 7, 2024
RELEASENOTES.md Outdated Show resolved Hide resolved
@@ -11,6 +11,7 @@
- patterns - AL-Go for GitHub will only trust packages, where the ID matches this pattern. Default is all packages (\*).
- fingerprints - If specified, AL-Go for GitHub will only trust packages signed with a certificate with a fingerprint matching one of the fingerprints in this array.
- authTokenSecret - If the NuGet feed specified by URL is private, the authTokenSecret must be the name of a secret containing the authentication token with permissions to search and read packages from the NuGet feed.
- `updateALGoSystemFilesSettings` - settings to use when running "Update AL-Go System Files" on a schedule.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to move all release notes above v6.0 in the release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants