Skip to content

Commit ba2c522

Browse files
committed
test: swap runners to ubuntu-latest for e2e proof on fork
Temporary commit — NOT for merge. Swaps hl-sdk-py-lin-md → ubuntu-latest in moderate-new-issues, approved-issues, and bot-coderabbit-plan-trigger so the full lock→approve→unlock→CodeRabbit flow can be verified on a fork. Signed-off-by: Anshul Kushwaha <137977998+sudo-anshul@users.noreply.github.com>
1 parent d2c71b6 commit ba2c522

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/approved-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
approve:
2424
if: github.event.label.name == 'approved'
2525
name: Approve Issue
26-
runs-on: hl-sdk-py-lin-md
26+
runs-on: ubuntu-latest
2727

2828
steps:
2929
- name: Harden Runner

.github/workflows/bot-coderabbit-plan-trigger.yml

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

1313
jobs:
1414
coderabbit_plan_trigger:
15-
runs-on: hl-sdk-py-lin-md
15+
runs-on: ubuntu-latest
1616
concurrency:
1717
group: coderabbit-plan-${{ github.event.issue.number }}
1818
cancel-in-progress: false

.github/workflows/moderate-new-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
moderate:
2323
name: Moderate Issue
24-
runs-on: hl-sdk-py-lin-md
24+
runs-on: ubuntu-latest
2525

2626
steps:
2727
- name: Harden Runner

0 commit comments

Comments
 (0)