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
commit 890db82b46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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