Skip to content

Commit

Permalink
Merge pull request #472 from tinkerbell/chore/gh-action-vagrant
Browse files Browse the repository at this point in the history
Select the right self hosted runner for vagrant workflows
  • Loading branch information
Gianluca Arbezzano authored Mar 30, 2021
2 parents 295daf0 + e69d095 commit 1628772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vagrant-packet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
vagrant-setup:
if: contains(github.event.pull_request.labels.*.name, 'ci-check/vagrant-setup')
runs-on: self-hosted
runs-on: vagrant
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1628772

Please sign in to comment.