Skip to content

Conversation

@desrosj
Copy link
Member

@desrosj desrosj commented Sep 12, 2025

This adds path filtering to the workflow responsible for building test images and publishing them to GitHub Container Registry.

Test images don't need to be generated when a pull request will not result in changes to the actual images themselves.

This adds path filtering to the workflow responsible for building test images and publishing them to GitHub Container Registry.

Test images don't need to be generated when a pull request will not result in changes to the actual images themselves.
@desrosj desrosj requested a review from johnbillion September 12, 2025 17:13
@desrosj desrosj self-assigned this Sep 12, 2025
@github-actions
Copy link

github-actions bot commented Sep 12, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: desrosj <[email protected]>
Co-authored-by: johnbillion <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

- 'entrypoint/**'
- 'images/**'
- 'templates/workflow.yml-template'
- '.github/workflows/github-container-registry.yml'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think update.php needs to be in this list too because it gets called in the check-for-changes job, which doesn't actually leave any files that aren't in this list. Am I missing anything?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're correct. My intention was to hopefully avoid building containers for some pull requests when it was not necessary. But I don't think there's much value here after all.

@desrosj desrosj closed this Sep 17, 2025
@desrosj desrosj deleted the add/workflow-path-filtering branch September 17, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants