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

Gate PRs on build success #167

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Gate PRs on build success #167

wants to merge 2 commits into from

Conversation

tristanlabelle
Copy link
Contributor

I just merged this PR before the workflows completed, and realized that this repo doesn't have required checks. Since required checks are matched by name and difficult to version with GitHub Actions, this adds a single last job that will be the only required check and can have a stable name over time.

@tristanlabelle tristanlabelle requested review from jeffdav, z2oh and a team November 13, 2024 11:11
@@ -59,3 +59,13 @@ jobs:
- name: CMake Build
shell: pwsh
run: cmake --build .\build

go-no-go: # Required status check
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Self-blocking to remember adding the required check after merging

.github/workflows/build-and-test.yml Outdated Show resolved Hide resolved
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