We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb319cc commit c4a7272Copy full SHA for c4a7272
.github/workflows/dep_rust.yml
@@ -65,7 +65,7 @@ jobs:
65
run: just fmt-check
66
67
- name: Setup auditd rules for KVM monitoring
68
- if: runner.os == 'Linux'
+ if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
69
run: |
70
echo "Setting up auditd and auditctl for /dev/kvm monitoring..."
71
@@ -435,7 +435,7 @@ jobs:
435
436
# Always show KVM device monitoring analysis - runs regardless of job success/failure
437
- name: KVM device monitoring analysis and final status
438
- if: always() && runner.os == 'Linux'
+ if: always() && runner.os == 'Linux' && matrix.hypervisor == 'kvm'
439
440
echo "=== KVM Device Monitoring Analysis ==="
441
echo "Timestamp: $(date)"
0 commit comments