Skip to content

Commit e74a5dd

Browse files
authored
Update bot-assignment-check workflow to use self hosted runner (#1931)
Signed-off-by: Rayan Kamdem <rayankdm@umich.edu>
1 parent 1f63b7e commit e74a5dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bot-assignment-check.yml

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

1010
jobs:
1111
check-assignment-limit:
12-
runs-on: ubuntu-latest
12+
runs-on: hl-sdk-py-lin-md
1313
steps:
1414
- name: Harden the runner
1515
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1919

2020
### .github
2121
- archived workflows relating to PR reminders
22+
- chore: switch workflow runner from ubuntu-latest to hl-sdk-py-lin-md for bot-assignment-check.yml workflow
2223
- chore: update concurrency group for GFI assignment workflow to prevent race conditions (`#1910`)
2324
- chore: switch workflow runner from ubuntu-latest to hl-sdk-py-lin-md for bot-beginner-assign-on-comment workflow
2425

0 commit comments

Comments
 (0)