File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ permissions:
2323
2424jobs :
2525 run-e2e-suite :
26- runs-on : ubuntu-latest
26+ runs-on : large_runner
2727 steps :
28+ - name : Self Hosted Runner Post Job Cleanup Action
29+ uses : TooMuch4U/actions-clean@v2.2
2830 - name : Checkout
2931 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3032 - name : Setup Go
Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ permissions:
2020
2121jobs :
2222 run-test-suite :
23- runs-on : ubuntu-latest
23+ runs-on : large_runner
2424 steps :
25+ - name : Self Hosted Runner Post Job Cleanup Action
26+ uses : TooMuch4U/actions-clean@v2.2
2527 - name : Checkout
2628 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2729 - name : Setup Go
You can’t perform that action at this time.
0 commit comments