Merge pull request #1009 from essial/master

Switched to self hosted build agent
This commit is contained in:
Tim Sarbin 2020-12-29 15:04:02 -05:00 committed by GitHub
commit c8723656c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
---
name: pull_request
"on": [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: self-hosted
continue-on-error: true
steps:
- name: Set up Go 1.14

View File

@ -7,7 +7,7 @@ name: build
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v2.1.3