Skip to content

Commit

Permalink
Simplify pr-builder check (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA authored Aug 23, 2024
1 parent a11c2b0 commit ddcf1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: "Check all dependent jobs"
env:
NEEDS: ${{ inputs.needs }}
run: echo "$NEEDS" | jq -e 'any((.result as $result | ["success", "skipped"] | any($result == .)) | not) | not'
run: jq -en 'env.NEEDS | fromjson | all(.result as $result | ["success", "skipped"] | any($result == .))'

0 comments on commit ddcf1b5

Please sign in to comment.