Skip to content

Commit d19b93a

Browse files
committed
chore: keep candidate summaries out of action logs
1 parent 3ea6eb7 commit d19b93a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/sync-topic-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
python3 scripts/sync_topic_plugins.py discover "${args[@]}"
9595
fi
9696
97-
- name: Generate the public directory and private report
97+
- name: Generate the public directory and operational report
9898
id: render
9999
run: |
100100
args=(--run-id "$GITHUB_RUN_ID")

.github/workflows/weekly-candidate-report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
3333
- name: Generate the operational exception summary
3434
id: summary
35-
run: |
36-
python3 scripts/sync_topic_plugins.py exceptions > candidate-exceptions.md
37-
cat candidate-exceptions.md >> "$GITHUB_STEP_SUMMARY"
35+
run: python3 scripts/sync_topic_plugins.py exceptions > candidate-exceptions.md
3836

3937
- name: Retain the actionable exception summary
4038
if: steps.summary.outputs.actionable_count != '0'

0 commit comments

Comments
 (0)