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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
name: Deploy
|
name: Deploy
|
||||||
environment: Cloudflare Worker
|
environment: Cloudflare Worker
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue