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 cb93dc6 commit 83b4601Copy full SHA for 83b4601
.github/workflows/codeql.yml
@@ -120,9 +120,6 @@ jobs:
120
needed_jobs='${{ toJSON(needs) }}'
121
needs_list=$(echo "$needed_jobs" | jq -r 'keys[]' | sort)
122
123
- echo "All jobs in workflow: $all_jobs"
124
- echo "Jobs in needs array: $needs_list"
125
-
126
# Check if any jobs are missing from needs
127
missing_jobs=$(comm -23 <(echo "$all_jobs") <(echo "$needs_list"))
128
if [ -n "$missing_jobs" ]; then
0 commit comments