testing self hosted runner
This commit is contained in:
parent
92d0022597
commit
8fdf664e11
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -6,7 +6,8 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
# runs-on: ubuntu-latest
|
||||
name: Deploy
|
||||
environment: Cloudflare Worker
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue