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

ci: Allow pull request workflow to run for any base branch #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonnyandrew
Copy link
Contributor

Problem

Github Actions workflows do not run for stacked PRs where the base branch is an unmerged branch and not main.

Solution

Allow the PR workflow to run for any base branch.

## Problem

Github Actions workflows do not run for stacked PRs where the base branch is an unmerged branch and not `main`.

## Solution

Allow the PR workflow to run for any base branch.
@jonnyandrew jonnyandrew marked this pull request as ready for review January 16, 2025 17:21
@jonnyandrew jonnyandrew requested review from a team as code owners January 16, 2025 17:21
1 similar comment
@@ -1,8 +1,6 @@
name: On Pull Request
on:
pull_request:
branches:
- main
Copy link
Contributor

Choose a reason for hiding this comment

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

rather than merging pull requests together, would we not be better off merging pull request 1, then rebasing pull request 2 from main?

Copy link
Contributor

@obinns-dd obinns-dd Jan 17, 2025

Choose a reason for hiding this comment

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

In general I think we should be striving to finish one piece of work before moving onto the next 🤔

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.

2 participants