Skip to content

Commit 02280a3

Browse files
committed
fix(workflow): Change runner to self-hosted for trigger job in build-dev.yml
1 parent 8f29942 commit 02280a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev.yml

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

1111
jobs:
1212
trigger:
13-
runs-on: ubuntu-latest
13+
runs-on: [self-hosted, linux, vm]
1414
steps:
1515

1616
- name: Trigger Dev Build on Specific Branch

0 commit comments

Comments
 (0)