make basic-check self-hosted

This commit is contained in:
Brannon King 2021-08-10 18:10:19 -04:00
parent ade593da33
commit 9aa4259382

View file

@ -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]