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

Commit

Permalink
Use self-hosted actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
msathieu authored Feb 29, 2024
1 parent fe3230d commit af403af
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 af403af

Please sign in to comment.