Skip to content

Commit

Permalink
ci: run few jobs on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Jan 1, 2025
1 parent 4e5efd9 commit 8ecc645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ concurrency:
jobs:
linter:
name: 'Frappe Linter'
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 5
if: github.event_name == 'pull_request'

steps:
Expand Down

0 comments on commit 8ecc645

Please sign in to comment.