make basic-check self-hosted
This commit is contained in:
parent
ade593da33
commit
9aa4259382
1 changed files with 1 additions and 1 deletions
2
.github/workflows/basic-check.yml
vendored
2
.github/workflows/basic-check.yml
vendored
|
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
name: Go CI
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.16]
|
||||
|
|
Loading…
Reference in a new issue