changed run-on to self-hosted to match the server
Some checks failed
Deploy / deploy (push) Failing after 11s
Some checks failed
Deploy / deploy (push) Failing after 11s
This commit is contained in:
parent
4fa9d35830
commit
777184d7bb
2 changed files with 1 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
# Checkout code
|
||||
- name: Checkout
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
name: Reusable
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Hello
|
||||
run: echo "Hello from reusable"
|
||||
Loading…
Reference in a new issue