Skip to content

Commit

Permalink
chore(github/workflows): change test environment from self-hosted to …
Browse files Browse the repository at this point in the history
…ubuntu-latest for mongo-test.yml and nats-test.yml to ensure consistency and reliability of test environments
  • Loading branch information
bounoable committed Sep 22, 2023
1 parent b4973bd commit daa3da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mongo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 10
if: |
!startsWith(github.event.head_commit.message, 'docs') &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nats-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 10
if: |
!startsWith(github.event.head_commit.message, 'docs') &&
Expand Down

0 comments on commit daa3da4

Please sign in to comment.