From 68a6837c12035296721339c8adff613af6338e10 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 15 Jan 2021 09:43:03 -0700 Subject: [PATCH] Update ruby.yml --- .github/workflows/ruby.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5897842..11584b7 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -25,7 +25,7 @@ jobs: test: name: Run Tests - runs-on: self-hosted + runs-on: [self-hosted, linux] steps: - uses: actions/checkout@v2 @@ -44,7 +44,7 @@ jobs: deploy-to-production: name: Deploy to Heroku Prod if: ${{github.ref == 'ref/head/master'}} - runs-on: self-hosted + runs-on: [self-hosted, linux] steps: - name: start deployment uses: bobheadxi/deployments@v0.4.3 @@ -71,7 +71,7 @@ jobs: deploy-to-review: name: Deploy to Heroku Review if: ${{github.ref != 'ref/head/master'}} - runs-on: self-hosted + runs-on: [self-hosted, linux] steps: - name: start deployment uses: bobheadxi/deployments@v0.4.3