Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from SELab-2/selfhosted-runner
Browse files Browse the repository at this point in the history
Use self-hosted actions runner
  • Loading branch information
lbarraga authored Mar 1, 2024
2 parents ffabf76 + af403af commit 191f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Backend
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 191f3f2

Please sign in to comment.