Skip to content

Commit c4a7272

Browse files
committed
monitoring kvm only
Signed-off-by: Simon Davies <[email protected]>
1 parent eb319cc commit c4a7272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: just fmt-check
6666

6767
- name: Setup auditd rules for KVM monitoring
68-
if: runner.os == 'Linux'
68+
if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
6969
run: |
7070
echo "Setting up auditd and auditctl for /dev/kvm monitoring..."
7171
@@ -435,7 +435,7 @@ jobs:
435435

436436
# Always show KVM device monitoring analysis - runs regardless of job success/failure
437437
- name: KVM device monitoring analysis and final status
438-
if: always() && runner.os == 'Linux'
438+
if: always() && runner.os == 'Linux' && matrix.hypervisor == 'kvm'
439439
run: |
440440
echo "=== KVM Device Monitoring Analysis ==="
441441
echo "Timestamp: $(date)"

0 commit comments

Comments
 (0)