diff --git a/.github/workflows/e2e-k3d.yml b/.github/workflows/e2e-k3d.yml index cc75aca86..c217e691b 100644 --- a/.github/workflows/e2e-k3d.yml +++ b/.github/workflows/e2e-k3d.yml @@ -29,7 +29,7 @@ jobs: contents: read checks: read actions: read # Required by workflow-telemetry-action - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest timeout-minutes: 45 env: ALL_BROWSERS: ${{ github.ref == 'refs/heads/main' || github.event.inputs.all_browsers && 'true' || 'false' }}