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

Add status at the end of c.yml workflow run #808

Merged
merged 3 commits into from
Feb 11, 2025
Merged

Conversation

wysiwys
Copy link
Contributor

@wysiwys wysiwys commented Feb 11, 2025

This PR modifies the c.yml Github Actions workflow, adding a job (report-status-all) that returns a 'success' status if all of the tests ran successfully, or if they were skipped. This allows completion of this workflow to be easily required as a status check in the branch protection rules.

  • Also adds an intermediate job (report-status-tests) that checks if all tests ran successfully.

@wysiwys wysiwys requested a review from a team as a code owner February 11, 2025 10:49
Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

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

Thanks!

.github/workflows/c.yml Outdated Show resolved Hide resolved
Co-authored-by: Franziskus Kiefer <[email protected]>
@wysiwys wysiwys merged commit f91f5cd into main Feb 11, 2025
65 checks passed
@wysiwys wysiwys deleted the wysiwys/fix-c-test-status branch February 11, 2025 12:26
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