-
Notifications
You must be signed in to change notification settings - Fork 2
Move from Azure DevOps to GitHub Actions #106
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
Conversation
Co-authored-by: Bart Koelman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a commit to sync up, please review my changes before merge.
We could work around that by running: on each scheduled run. |
Sure, and that would be pretty straightforward, but I think I'd rather add a separate job to do it like every 59 days than push an extra commit every week |
Remove DevOps pipeline, add GitHub Actions Workflow.
Now also runs weekly so we can automatically catch dependency issues, but we should know this:
Resolves #100
Resolves #105