Skip to content

Commit 2980850

Browse files
committed
ci: skip grub update in container
1 parent 1cbeb75 commit 2980850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Test userspace deployment
9393
run: >
9494
make deploy --
95-
--skip-tags "hardware_check,kvm_device"
95+
--skip-tags "hardware_check,kvm_device,update_grub"
9696
--extra-vars "@parameters.json"
9797
9898
remote:

0 commit comments

Comments
 (0)