Skip to content

Commit 890db82

Browse files
authored
Merge pull request #1127 from ArangoGutierrez/e2e/internal_runner
[no-relnote] E2E GitHub action to run with internal runner
2 parents bb3a54f + 5915328 commit 890db82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636

3737
jobs:
3838
e2e-tests:
39-
runs-on: ubuntu-latest
39+
runs-on: linux-amd64-cpu4
4040
steps:
4141
- name: Check out code
4242
uses: actions/checkout@v4

0 commit comments

Comments
 (0)