-
Notifications
You must be signed in to change notification settings - Fork 0
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
GitHub Actions Running too Frequently #49
Comments
A few initial musings:
|
I'd be happy using concurrency on the release builds since they only ever run off of the main branch and only run once the CI has finished successfully to trigger them. Reluctant to add cancel-in-progress to the CI as people working in different PR's wouldn't want to cancel out each other's builds E.G My code breaks the build, yours doesn't, other than commit message how do we tell who broke it? |
I didn't realise that's how the Perhaps the |
CI and CD stuff is running too frequently.
Ideally I think we want:
main
(note: not just closed, because that can include abandons)main
has completedDue to the running costs for Windows and MacOS (see #48 for instance) I think we should limit all CI elements to run on Linux agents only for now.
The text was updated successfully, but these errors were encountered: