Skip to content

Commit 0eebbde

Browse files
committed
fixall
1 parent 30f4034 commit 0eebbde

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
all-pr-checks-pass:
166166
runs-on: ubuntu-latest
167-
needs: [static-code-checks, lint, spotless]
167+
needs: [static-code-checks, lint, spotless, build, build-lambda]
168168
if: always()
169169
steps:
170170
- name: Checkout to get workflow file
@@ -186,9 +186,6 @@ jobs:
186186
needed_jobs='${{ toJSON(needs) }}'
187187
needs_list=$(echo "$needed_jobs" | jq -r 'keys[]' | sort)
188188
189-
echo "All jobs in workflow: $all_jobs"
190-
echo "Jobs in needs array: $needs_list"
191-
192189
# Check if any jobs are missing from needs
193190
missing_jobs=$(comm -23 <(echo "$all_jobs") <(echo "$needs_list"))
194191
if [ -n "$missing_jobs" ]; then

0 commit comments

Comments
 (0)