Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Revert "Usando self-hosted runner no Github Action"
Browse files Browse the repository at this point in the history
This reverts commit 628e32f.
  • Loading branch information
davivcgarcia committed Jul 21, 2020
1 parent bbc7cd5 commit f7f82e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ansible:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
application:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
working-directory: app-src/api

infraestructure:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f7f82e5

Please sign in to comment.