ci: migrate to forgejo actions
Some checks are pending
CI/CD / Static Analysis (push) Waiting to run
CI/CD / Deploy (push) Blocked by required conditions

fix: use self-hosted runner
This commit is contained in:
Marc 2024-03-29 20:32:04 -04:00
parent 1623c2426c
commit 6cfd24eaea
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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