[no-relnote] Switch to public runners

Since we now use pr-copy-bot, we are not running image builds
from forks and as such the required secrets for pushing to the
ghcr are present.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2025-05-30 16:40:27 +02:00
parent 450f73a046
commit 03e8b9e0f5
2 changed files with 4 additions and 4 deletions

View File

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