Skip to content

Commit 8eb46a9

Browse files
authored
feat: change lint job to run on self-hosted runner
1 parent 3bccdc5 commit 8eb46a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
lint:
14-
runs-on: ubuntu-22.04
14+
runs-on: ${{ vars.RUNS_ON_OVERRIDE || 'self-hosted' }}
1515
if: ${{ github.event_name == 'push' }}
1616
steps:
1717
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)