We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452407 commit df9ca3dCopy full SHA for df9ca3d
.github/workflows/e2e.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: ./.github/workflows/pre_merge.yml
15
16
E2E-Test:
17
- runs-on: ubuntu-22.04
+ runs-on: [large-disk]
18
needs: Sanity-Checks
19
timeout-minutes: 120
20
# This is what will cancel the job concurrency
0 commit comments