fix: Corregir etiqueta del runner a native
Some checks failed
Zola / build-and-deploy (push) Failing after 12s
Some checks failed
Zola / build-and-deploy (push) Failing after 12s
This commit is contained in:
parent
57e36978f6
commit
d9e916d52d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: native:host
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue