[fix] Fix CI/CD
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
run: npm run lint
|
||||
|
||||
build_and_push:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs: linting
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user