We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1d8c6 commit 61a7a93Copy full SHA for 61a7a93
1 file changed
.github/workflows/pull_request.yml
@@ -126,3 +126,18 @@ jobs:
126
shell_check_enabled: false
127
yamllint_check_enabled: false
128
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