Skip to content

Commit e304a71

Browse files
author
Sourcegraph
committed
The next version of Action Runner Controller will no longer support having multiple labels on runners, this PR removes all additional labels from workflows.
1 parent 7fb9bfb commit e304a71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeowners-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
validate:
11-
runs-on: self-hosted
11+
runs-on: unity-linux-runner
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f

.github/workflows/update-version-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
update_and_push:
25-
runs-on: [ self-hosted, linux ]
25+
runs-on: unity-linux-runner
2626

2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)