Skip to content

Commit a9a8cde

Browse files
Update .github/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 47153bd commit a9a8cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This directory contains GitHub Actions workflows that run various actions (tests
2121
1. `check-for-changes`: Determines if full test suite should run based on file changes in important directories. Uses `dorny/paths-filter@v3` to filter directories.
2222
2. `test-ubuntu`: Runs tests in Ubuntu environment through `actions/test-ubuntu/action.yml`. Triggered only if `check-for-changes` returns `run_full_tests = true`
2323
3. `test-macos`: Runs tests on macOS through `actions/test-macos/action.yml`. Triggered only if `check-for-changes` returns `run_full_tests = true`
24-
4. `all-tests`: Coordinates test results for branch protection rules. If `test-ubuntu` and `test-macos` run, returns success status only if both `test-ubuntu` and `test-macos` return success. If `test-ubuntu` and `test-macos` are skipped, always returns success. This test is must pass for a pull request to be merged, as set by branch protection rules.
24+
4. `all-tests`: Coordinates test results for branch protection rules. If `test-ubuntu` and `test-macos` run, returns success status only if both `test-ubuntu` and `test-macos` return success. If `test-ubuntu` and `test-macos` are skipped, always returns success. This test must pass for a pull request to be merged, as set by branch protection rules.
2525

2626
### 2. Docker Solver Build Workflow (`workflows/docker_solver_build.yml`)
2727

0 commit comments

Comments
 (0)