Skip to content

Commit 61a7a93

Browse files
committed
Add a Required job that depends on all others
1 parent 2d1d8c6 commit 61a7a93

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,18 @@ jobs:
126126
shell_check_enabled: false
127127
yamllint_check_enabled: false
128128
python_lint_check_enabled: false
129+
130+
required:
131+
needs:
132+
- tests_with_docker_embedded_swift
133+
- tests_with_docker
134+
- tests_without_docker
135+
- tests_macos
136+
- build_tests_ios
137+
- soundness
138+
- proposal_validation
139+
- soundness-docs
140+
runs-on: ubuntu-latest
141+
steps:
142+
- name: Success
143+
run: echo "All required jobs succeeded."

0 commit comments

Comments
 (0)