parent
12b7ed1645
commit
8e767d2b09
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@ on:
|
|||
tags:
|
||||
- '*'
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest:host
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest:host
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: get artifact
|
||||
|
|
|
|||
Loading…
Reference in a new issue