Skip to content

update list of runners… AGAIN… #25

update list of runners… AGAIN…

update list of runners… AGAIN… #25

Workflow file for this run

{
"jobs": {
"vm-dflybsd": {
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected]"
},
{
"run": "(git gc --quiet || :)"
},
{
"uses": "vmactions/[email protected]",
"with": {
"copyback": false,
"mem": 2048,
"run": "sh .extra/btnormal.sh",
"usesh": true
}
}
]
}
},
"name": "vm-dfbsd",
"on": {
"push": {
"branches": [
"GHA"
]
},
"workflow_dispatch": null
}
}