Skip to content

Commit

Permalink
Change workflows run region
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Mar 20, 2023
1 parent 9a294a2 commit 56e168d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nets_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:
Nets_acceptances_tests:
environment: eu-west-2
runs-on: [self-hosted, linux, eu-west-2]
environment: us-east-2
runs-on: [self-hosted, linux, us-east-2]
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vms_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:
Vms_Acceptances_tests:
environment: us-east-2
runs-on: [self-hosted, linux, us-east-2]
environment: eu-west-2
runs-on: [self-hosted, linux, eu-west-2]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 56e168d

Please sign in to comment.