Automattic / Automattic/simplenote-electron
Prevent Simplenote Electron CI from building commits without a PR
Open
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 588
- Avg merge
- 9h 45m
- Merged PRs (30d)
- 4
Description
I just noticed that Buildkite will build commits that do not belong to a PR, which can result in wasted resources. Example:
- https://buildkite.com/automattic/simplenote-electron/builds/246
- https://buildkite.com/automattic/simplenote-electron/builds/247
We ought to update the `buildkite-ci` settings to prevent that.
Contributor guide
Research direction
Start by locating the repository's `buildkite-ci` settings and compare them with Buildkite builds 246 and 247. Identify which configuration permits commits outside pull requests to run, then verify that non-PR commits are skipped while pull request builds still run.
Written by the indexing model from the issue text.
Assessment
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100