ci: migrate to forgejo actions
fix: use self-hosted runner
This commit is contained in:
parent
1623c2426c
commit
6cfd24eaea
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
static-analysis:
|
||||
name: Static Analysis
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy
|
||||
needs: [static-analysis]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
Reference in a new issue