Skip to content

Commit 3fcfaec

Browse files
authored
chore(ci): move also other jobs to public runner (#5683)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent a463d40 commit 3fcfaec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checksum_checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
checksum_check:
8-
runs-on: arc-runner-set
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Force Install GIT latest
1111
run: |

.github/workflows/generate_grpc_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
- grpc-base-image: ubuntu:22.04
20-
runs-on: 'arc-runner-set'
20+
runs-on: 'ubuntu-latest'
2121
platforms: 'linux/amd64,linux/arm64'
2222
runs-on: ${{matrix.runs-on}}
2323
steps:

0 commit comments

Comments
 (0)