Skip to content

Commit 1f82378

Browse files
committed
Update Radon analysis workflow to use the correct base branch for changed files
1 parent 07b3a0b commit 1f82378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/radon-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Run Radon Analysis
2424
run: |
2525
git fetch # Ensure full history is available
26-
radon cc $(git diff --name-only 2.0...HEAD || echo "no_files") -j >cc.json
26+
radon cc $(git diff --name-only master...HEAD || echo "no_files") -j >cc.json

0 commit comments

Comments
 (0)