Skip to content

Commit df9ca3d

Browse files
committed
change run-on label for e2e to use self-hosted runner
1 parent 8452407 commit df9ca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: ./.github/workflows/pre_merge.yml
1515

1616
E2E-Test:
17-
runs-on: ubuntu-22.04
17+
runs-on: [large-disk]
1818
needs: Sanity-Checks
1919
timeout-minutes: 120
2020
# This is what will cancel the job concurrency

0 commit comments

Comments
 (0)