-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: 🎸 Only run ubuntu with Julia 1 on PRs #200
Conversation
c27cbd4
to
53e0dd2
Compare
Using the workflow matrix and conditions to include and exclude, we only run the full matrix on pushes. For PRs, only 1 build is made, using ubuntu and Julia 1. Also adds a question TestPRsOnlyOneMachine to include the same in the template. Default to true. ✅ Closes: #105
53e0dd2
to
54872d3
Compare
@suvayu, this is your kind of PR. If you have the time, can you review this? |
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.
Correct but I don't like it.
Remove the other PR testing strategy and add reusable workflows to implement simpler PR testing. Also renames the question key to better address the objective. Adds informtaion on the Explanation section about these changes. ✅ Closes: #105
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.
So much simpler! Nice :) I left some small comments, but otherwise looks good 👍
Co-authored-by: Suvayu Ali <[email protected]>
@suvayu, thanks for the review. It looks pretty good right now. |
Using the workflow matrix and conditions to include and exclude, we only
run the full matrix on pushes. For PRs, only 1 build is made, using
ubuntu and Julia 1.
Also adds a question TestPRsOnlyOneMachine to include the same in the template. Defaults to true.
✅ Closes: #105