From c2448211537895183ca0509fb8f182666e6e617f Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Sun, 15 Aug 2021 20:25:09 +0100 Subject: [PATCH] Move postman-tests tests to public and build to private --- .github/workflows/2_unstable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/2_unstable.yml b/.github/workflows/2_unstable.yml index 86acd0c6..d1453cb8 100644 --- a/.github/workflows/2_unstable.yml +++ b/.github/workflows/2_unstable.yml @@ -56,7 +56,7 @@ jobs: build: needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres] - runs-on: [self-hosted, linux, aboutcher-hosted, centos7] + runs-on: ubuntu-latest strategy: matrix: platform: [linux] @@ -316,7 +316,7 @@ jobs: test-postman-mysql: needs: frontend - runs-on: [self-hosted, linux, aboutcher-hosted, rocky8] + runs-on: ubuntu-latest services: mysql: @@ -372,7 +372,7 @@ jobs: test-postman-postgres: needs: frontend - runs-on: [self-hosted, linux, aboutcher-hosted, rocky8] + runs-on: ubuntu-latest services: postgres: