Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 23, 2025
1 parent 571de93 commit b1928a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout repository
Expand All @@ -36,7 +36,7 @@ jobs:
pylint backend/main.py backend/db.py backend/init_db.py # Add more files as needed
test:
runs-on: ubuntu-latest
runs-on: self-hosted
needs: lint # Ensure this job runs after linting

steps:
Expand Down

0 comments on commit b1928a2

Please sign in to comment.