Skip to content

Commit fcec9c9

Browse files
committed
feat: modify the github workflow machine to self-hosted machine.
Signed-off-by: pengtao.156 <pengtao.156@jd.com>
1 parent 8bbe6f6 commit fcec9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_format.yml

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

2424
jobs:
2525
format-check:
26-
runs-on: ubuntu-latest
26+
runs-on: [self-hosted]
2727
steps:
2828
- name: Install clang-format
2929
run: |

0 commit comments

Comments
 (0)