Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

lschuermann
Copy link
Member

Pull Request Overview

GitHub issues its own merge_group event when building a PR as part of its merge queue (pushing to a github-readonly-queue/* branch). However, we also unconditionally build all pushed branches through the push trigger. We can avoid uncessarily building PRs in the merge-queue twice by excluding those special GitHub-created branches in the push trigger.

Testing Strategy

This pull request was tested by merging a PR with this workflow config on a fork.

TODO or Help Wanted

N/A

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

GitHub issues its own `merge_group` event when building a PR as part
of its merge queue (pushing to a `github-readonly-queue/*`
branch). However, we also unconditionally build all pushed branches
through the `push` trigger. We can avoid uncessarily building PRs in
the merge-queue twice by excluding those special GitHub-created
branches in the `push` trigger.
@bradjc bradjc added this pull request to the merge queue Jun 16, 2023
Merged via the queue into tock:master with commit b8c098f Jun 16, 2023
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.

4 participants