mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-05 01:37:17 -05:00
Merge pull request #1009 from essial/master
Switched to self hosted build agent
This commit is contained in:
commit
c8723656c1
3
.github/workflows/pullRequest.yml
vendored
3
.github/workflows/pullRequest.yml
vendored
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: pull_request
|
name: pull_request
|
||||||
"on": [pull_request]
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.14
|
- name: Set up Go 1.14
|
||||||
|
2
.github/workflows/pushToMaster.yml
vendored
2
.github/workflows/pushToMaster.yml
vendored
@ -7,7 +7,7 @@ name: build
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.14
|
- name: Set up Go 1.14
|
||||||
uses: actions/setup-go@v2.1.3
|
uses: actions/setup-go@v2.1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user