Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Johnson committed Jan 15, 2021
1 parent 345d411 commit 68a6837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
test:
name: Run Tests

runs-on: self-hosted
runs-on: [self-hosted, linux]

steps:
- uses: actions/checkout@v2
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 68a6837

Please sign in to comment.