Skip to content

Commit 36d11c8

Browse files
themr0cclaude
andcommitted
chore: remove redundant CQA directory copy in pr.yml
The rsync on line 148 already copies the entire build/scripts directory including cqa/. The subsequent rm + cp of the same cqa/ directory was a leftover from before rsync was used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e23884a commit 36d11c8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ jobs:
150150
for f in trusted-scripts/.lycheeignore trusted-scripts/lychee.toml; do
151151
if [[ -f $f ]]; then rsync -az $f pr-content/; fi
152152
done
153-
if [[ -d "trusted-scripts/build/scripts/cqa" ]]; then
154-
rm -rf pr-content/build/scripts/cqa
155-
cp -r trusted-scripts/build/scripts/cqa pr-content/build/scripts/cqa
156-
fi
157153
touch pr-content/.lycheecache
158154
cd pr-content
159155
# Add base branch as remote so CQA checks can diff PR content against it

0 commit comments

Comments
 (0)