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:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: native:host
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue