Skip to content

Commit ce1a86a

Browse files
authored
ci(build-and-test): run on self hosted (#7336)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 4c434d0 commit ce1a86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-and-test:
1111
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
12-
runs-on: ubuntu-latest
12+
runs-on: [self-hosted, linux, X64]
1313
container: ${{ matrix.container }}${{ matrix.container-suffix }}
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)