[GHA] Updated 2-cores runner name (#21426)

* updated the name

* manual trigger
This commit is contained in:
Mikhail Ryzhov 2023-12-01 17:46:20 +01:00 committed by GitHub
parent 8427493446
commit ba735c9149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,13 @@
name: Cleanup PIP caches
on:
workflow_dispatch:
schedule:
# at 00:00 on the 1st day of every month
- cron: '0 0 1 * *'
jobs:
Cleanup_PIP_Caches:
runs-on: aks-linux-2-cores
runs-on: aks-linux-2-cores-8gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes: