Skip to content

Commit

Permalink
Merge branch 'master' into revert-6-migarjo-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Johnson committed Jan 19, 2021
2 parents 40c172e + 42eec32 commit 5d17f34
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
# Single users #
################

# Creator is in control
* @CREATOR

# Admiral is always the boss
* @admiralawkbar

# Hubot can update itself
* @hubot
* @deepthought-the-bot

#########
# Teams #
Expand Down
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: ubuntu-latest
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: ubuntu-latest
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: ubuntu-latest
runs-on: [self-hosted, linux]
steps:
- name: start deployment
uses: bobheadxi/deployments@v0.4.3
Expand Down
1 change: 1 addition & 0 deletions merge-demo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this will be merged traditionally
2 changes: 2 additions & 0 deletions rebase-demo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rebase
another commit
2 changes: 2 additions & 0 deletions squash-demo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
squash
new commit here

0 comments on commit 5d17f34

Please sign in to comment.