Skip to content

Commit

Permalink
Merge pull request #13 from davidcassany/move_tests_to_ubuntu
Browse files Browse the repository at this point in the history
run workflows form PR
  • Loading branch information
davidcassany authored Mar 8, 2024
2 parents 168220e + a5ce694 commit e317cf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
tags:
- v**
pull_request_target:
pull_request:
types:
- opened
- synchronize
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test_x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ jobs:
fail-on-cache-miss: true
- name: Enable KVM group perms
run: |
# Testing KVM support
sudo apt-get update
sudo apt-get install qemu qemu-img ovmf
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down Expand Up @@ -270,7 +269,6 @@ jobs:
fail-on-cache-miss: true
- name: Enable KVM group perms
run: |
# Testing KVM support
sudo apt-get update
sudo apt-get install qemu qemu-img ovmf
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down

0 comments on commit e317cf8

Please sign in to comment.