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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Go CI
|
name: Go CI
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.16]
|
go: [1.16]
|
||||||
|
|
Loading…
Add table
Reference in a new issue