Skip to content

Commit

Permalink
Fix type analysis check for PRs from forks (#16359)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Dec 12, 2024
1 parent c2c0fd6 commit b60fc0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ jobs:
BASE_SCORE=$(jq -r '.typeCompleteness.completenessScore' prefect-analysis-base.json)
echo "base_score=$BASE_SCORE" >> $GITHUB_OUTPUT
- name: Checkout current branch
run: |
git checkout ${{ github.head_ref || github.ref_name }}
- name: Compare scores
run: |
CURRENT_SCORE=$(echo ${{ steps.calculate_current_score.outputs.current_score }})
Expand Down

0 comments on commit b60fc0c

Please sign in to comment.