Skip to content

Commit 7ed8bbf

Browse files
authored
Merge pull request #134 from chipsalliance/switch-runner-labels
ci: update custom runners labels
2 parents 7b7293d + 44083c0 commit 7ed8bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
Run-Tests:
4949
needs: Matrix
5050

51-
runs-on: [self-hosted, Linux, X64]
51+
runs-on: [self-hosted, Linux, X64, gcp-custom-runners]
5252

5353
strategy:
5454
fail-fast: false

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626

2727
Upload-Interchange-Data:
28-
runs-on: [self-hosted, Linux, X64]
28+
runs-on: [self-hosted, Linux, X64, gcp-custom-runners]
2929
container: ubuntu:focal
3030

3131
env:

0 commit comments

Comments
 (0)