Skip to content

Commit 92498ec

Browse files
committed
Add a required job to the workflow
1 parent edbe114 commit 92498ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ jobs:
6161
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
6262
with:
6363
shell_check_enabled: false # bug: https://github.com/apple/swift-argument-parser/issues/703
64+
65+
required:
66+
name: Required
67+
runs-on: ubuntu-latest
68+
needs: [tests, soundness, validate_format_config, cmake-build]
69+
steps:
70+
- name: Success
71+
run: echo "All required jobs succeeded."

0 commit comments

Comments
 (0)