Skip to content

Commit cd115b7

Browse files
Copilotpelikhan
andcommitted
Revert changes to daily-perf-improver action
Reverted the prettier formatting step from the GitHub Action as requested. The main fix in the Makefile remains intact, ensuring consistent formatting when downloading the schema via make commands. Co-authored-by: pelikhan <[email protected]>
1 parent b2aa0f5 commit cd115b7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/actions/daily-perf-improver/build-steps/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,14 @@ runs:
125125
if [ -f pkg/workflow/schemas/github-workflow.json ]; then
126126
SIZE=$(wc -c < pkg/workflow/schemas/github-workflow.json)
127127
echo "✓ Downloaded GitHub Actions schema (${SIZE} bytes)" | tee -a build-steps.log
128-
echo "Formatting schema with prettier..." | tee -a build-steps.log
129-
prettier --write pkg/workflow/schemas/github-workflow.json --ignore-path /dev/null 2>&1 | tee -a build-steps.log
130-
echo "✓ Schema formatted" | tee -a build-steps.log
131128
else
132129
echo "✗ Failed to download GitHub Actions schema" | tee -a build-steps.log
133130
exit 1
134131
fi
135132
136133
END_TIME=$(date +%s)
137134
DURATION=$((END_TIME - START_TIME))
138-
echo "✓ Schema downloaded and formatted in ${DURATION}s" | tee -a build-steps.log
135+
echo "✓ Schema downloaded in ${DURATION}s" | tee -a build-steps.log
139136
echo "" | tee -a build-steps.log
140137
141138
- name: Build gh-aw Binary

pkg/workflow/.github/aw/actions-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"sha": "2028fbc5c25fe9cf00d9f06a71cc4710d4507903"
1212
}
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)