Skip to content

Commit 33e74f3

Browse files
committed
Use internal runners for nightly builds
because on the Github ones test was failing all the time, while it worked locally.
1 parent 89bce2c commit 33e74f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
jobs:
3030
e2e-fleet-nightly-test:
31-
runs-on: ubuntu-latest
31+
runs-on: runs-on,runner=8cpu-linux-x64,mem=16,run-id=${{ github.run_id }}
3232

3333
strategy:
3434
matrix:

0 commit comments

Comments
 (0)