Skip to content

Commit

Permalink
change runner
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Mar 17, 2023
1 parent 8e9cce3 commit fa0c24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nets_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Nets_acceptances_tests:
environment: us-east-2
runs-on: [self-hosted, linux, us-east-2]
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/others_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Others_acceptances_tests:
environment: eu-west-2
runs-on: [self-hosted, linux, eu-west-2]
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vms_testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Vms_Acceptances_tests:
environment: eu-west-2
runs-on: [self-hosted, linux, eu-west-2]
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit fa0c24d

Please sign in to comment.