Skip to content

Commit face599

Browse files
committed
Change runner to self-hosted for build job
1 parent 6ced7d2 commit face599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: [self-hosted, dataflow]
1111

1212
steps:
1313
- name: Checkout repository

0 commit comments

Comments
 (0)