Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/metrics_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
# Make sure we have the PR head fetched. Note that we only download the code for comparison,
# we do not run any code from the pull request's version
git fetch pulls/${{ github.event.number }}/head
git fetch origin pulls/${{ github.event.number }}/head

# Run the analysis. Compare against the base hash of this PR
./gradlew :yaml-tests:analyzeMetrics \
Expand Down
Loading