Skip to content

Commit

Permalink
mundado para [self-hosted] no updateFlora e updateFauna
Browse files Browse the repository at this point in the history
  • Loading branch information
edalcin committed Dec 19, 2023
1 parent a42ab92 commit f5433a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-mongodb-fauna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
update-db:
permissions:
contents: 'read'
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-mongodb-flora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
update-db:
permissions:
contents: 'read'
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f5433a0

Please sign in to comment.