From 3163911b5266c15682a812a24ba7e3fcc9676031 Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Sun, 15 Aug 2021 20:12:36 +0100 Subject: [PATCH] Try public action instance (Its free for OpenSource) --- .github/workflows/2_unstable.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/2_unstable.yml b/.github/workflows/2_unstable.yml index 991b5be6..6355917f 100644 --- a/.github/workflows/2_unstable.yml +++ b/.github/workflows/2_unstable.yml @@ -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