Skip to content

Commit 80eee50

Browse files
authored
Move workflow_rerunner workflow to smallrunner as well (#28736)
### Details: Forgot to do it in scope of #28705
1 parent bf5175d commit 80eee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow_rerunner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Rerun Workflow
3030
# Run only for the failed workflows in openvinotoolkit org
3131
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.repository_owner == 'openvinotoolkit' }}
32-
runs-on: aks-linux-2-cores-8gb-stats
32+
runs-on: aks-linux-smallworker
3333
permissions:
3434
actions: write
3535
contents: read

0 commit comments

Comments
 (0)