Skip to content

Commit

Permalink
chore: re-enable ci-run for KVM Test job
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Mar 7, 2024
1 parent 534eccc commit 8d5c6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
test-kvm:
name: KVM Test
# Disable ci-run untill addressing apt-get lock issue
# runs-on: "cirun-runner--${{ github.run_id }}"
runs-on: "ubuntu-latest"
runs-on: "cirun-runner--${{ github.run_id }}"
# runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 8d5c6d3

Please sign in to comment.