From 6bec97ae1654e57b821b809cf7515ae290febcae Mon Sep 17 00:00:00 2001 From: Kirill Chernakov Date: Tue, 10 Dec 2024 20:35:07 +0400 Subject: [PATCH] try run on managed runner --- .github/workflows/test-pr-e2e-build-and-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr-e2e-build-and-run.yml b/.github/workflows/test-pr-e2e-build-and-run.yml index 89203590a..946c274e1 100644 --- a/.github/workflows/test-pr-e2e-build-and-run.yml +++ b/.github/workflows/test-pr-e2e-build-and-run.yml @@ -23,10 +23,10 @@ env: jobs: tests-e2e: - runs-on: ubuntu-latest permissions: contents: read id-token: write + runs-on: depot-ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3