Merge pull request #1127 from ArangoGutierrez/e2e/internal_runner

[no-relnote] E2E GitHub action to run with internal runner
This commit is contained in:
Evan Lezar
2025-06-03 15:18:42 +02:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ on:
jobs:
e2e-tests:
runs-on: ubuntu-latest
runs-on: linux-amd64-cpu4
steps:
- name: Check out code
uses: actions/checkout@v4