Skip to content

Allow feature/** branches to trigger PR build/test#2040

Merged
jefchien merged 1 commit intomainfrom
fix-feature-pr
Mar 2, 2026
Merged

Allow feature/** branches to trigger PR build/test#2040
jefchien merged 1 commit intomainfrom
fix-feature-pr

Conversation

@jefchien
Copy link
Copy Markdown
Contributor

Description of the issue

Development is being done in feature/ branches, but none of them ever trigger PR builds. This means we're relying on manual runs to validate unit tests/integration tests.

Description of changes

Adds feature/** to the branch patterns for PR-build.yml and PR-test.yml.

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

Tried adding it to PR-build.yml in #2039 and it triggered a PR-build (https://github.com/aws/amazon-cloudwatch-agent/actions/runs/22507476623/job/65209291737?pr=2039).

Requirements

Before commiting your code, please do the following steps.

  1. Run make fmt and make fmt-sh
  2. Run make lint

Integration Tests

To run integration tests against this PR, add the ready for testing label.

@jefchien jefchien requested a review from a team as a code owner February 27, 2026 23:23
@jefchien jefchien added the ready for testing Indicates this PR is ready for integration tests to run label Feb 28, 2026
@jefchien jefchien merged commit 2c5809f into main Mar 2, 2026
280 of 282 checks passed
@jefchien jefchien deleted the fix-feature-pr branch March 2, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for testing Indicates this PR is ready for integration tests to run

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants