Skip to content

Commit 83b4601

Browse files
committed
fixall
1 parent cb93dc6 commit 83b4601

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ jobs:
120120
needed_jobs='${{ toJSON(needs) }}'
121121
needs_list=$(echo "$needed_jobs" | jq -r 'keys[]' | sort)
122122
123-
echo "All jobs in workflow: $all_jobs"
124-
echo "Jobs in needs array: $needs_list"
125-
126123
# Check if any jobs are missing from needs
127124
missing_jobs=$(comm -23 <(echo "$all_jobs") <(echo "$needs_list"))
128125
if [ -n "$missing_jobs" ]; then

0 commit comments

Comments
 (0)