Skip to content

Commit 20ea3d1

Browse files
committed
fix: Improve error log collection naming
Changed the name of the "Show controllers/watcher logs with Snazy" step to "Show controllers/watcher errors with Snazy". This change provides a more accurate description of the step's purpose, which is to collect logs specifically when errors occur or when debugging is needed. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 3e286df commit 20ea3d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
run: |
433433
./hack/gh-workflow-ci.sh collect_logs
434434
435-
- name: Show controllers/watcher logs with Snazy
435+
- name: Show controllers/watcher errors with Snazy
436436
if: ${{ always() }}
437437
run: |
438438
./hack/gh-workflow-ci.sh output_logs

0 commit comments

Comments
 (0)