Skip to content

Commit

Permalink
Move workflow_rerunner workflow to smallrunner as well (#28736)
Browse files Browse the repository at this point in the history
### Details:
Forgot to do it in scope of
#28705
  • Loading branch information
ababushk authored Jan 29, 2025
1 parent bf5175d commit 80eee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_rerunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Rerun Workflow
# Run only for the failed workflows in openvinotoolkit org
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.repository_owner == 'openvinotoolkit' }}
runs-on: aks-linux-2-cores-8gb-stats
runs-on: aks-linux-smallworker
permissions:
actions: write
contents: read
Expand Down

0 comments on commit 80eee50

Please sign in to comment.