Try public action instance (Its free for OpenSource)

pull/1045/head
Adam Boutcher 2021-08-15 20:12:36 +01:00
parent 50983956f0
commit 3163911b52
1 changed files with 10 additions and 7 deletions

View File

@ -9,7 +9,8 @@ on:
jobs:
frontend:
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
@ -56,7 +57,8 @@ jobs:
build:
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
strategy:
matrix:
platform: [linux]
@ -316,8 +318,8 @@ jobs:
test-postman-mysql:
needs: frontend
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
@ -372,8 +374,8 @@ jobs:
test-postman-postgres:
needs: frontend
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
services:
postgres:
image: postgres:10.8
@ -427,7 +429,8 @@ jobs:
docker-release:
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
uses: actions/checkout@v2