Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
e6b070231d
commit
b521f31991
@ -5,13 +5,12 @@ on:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
# Test
|
||||
runs-on: ubuntu-latest:host
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest:host
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: get artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user