Skip to content
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

Build zip artifact on release and wp production branches. #65471

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

peterwilsoncc
Copy link
Contributor

What?

Runs the workflow to create the zip file artifact on each push to release/* and wp/* branches.

Fixes #65345.

Why?

These are production branches and having the plugin zip file available will prove handy for testing.

How?

Adds the branches as wildcards to the push -> branches section of the workflow.

Testing Instructions

I think this needs to be YOLO merged and monitored once the workflow is committed to trunk.

Please check:

  • wildcard syntax against the docs
  • prefixes against list of branches

Testing Instructions for Keyboard

N/A

Screenshots or screencast

N/A

@peterwilsoncc peterwilsoncc added the [Type] Build Tooling Issues or PRs related to build tooling label Sep 18, 2024
@peterwilsoncc peterwilsoncc self-assigned this Sep 18, 2024
Copy link

github-actions bot commented Sep 18, 2024

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: peterwilsoncc <peterwilsoncc@git.wordpress.org>
Co-authored-by: noisysocks <noisysocks@git.wordpress.org>
Co-authored-by: gziolo <gziolo@git.wordpress.org>

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

Copy link

Flaky tests detected in cc34971.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10930964483
📝 Reported issues:

@noisysocks noisysocks merged commit fa406d5 into trunk Sep 18, 2024
66 checks passed
@noisysocks noisysocks deleted the fix/65345-build-artifact-on-production-branches branch September 18, 2024 23:58
@github-actions github-actions bot added this to the Gutenberg 19.3 milestone Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Build Tooling Issues or PRs related to build tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build plugin zip artifact on release/* and wp/* branches.
2 participants