remove self-hosted runner for security
This commit is contained in:
parent
a214ae112f
commit
813610c58f
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
run-lint:
|
||||
name: Lint
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user