Skip to content

Commit 2356c8a

Browse files
committed
added self hosted pipeline
1 parent 189609e commit 2356c8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Python testing
44

55
on:
66
push:
7-
branches: [ "feature/2_semantic_python" ]
7+
branches: [ "feature/2_semantic_python", "feature/**"]
88
# pull_request:
99
# branches: [ "main" ]
1010

@@ -14,7 +14,8 @@ permissions:
1414
jobs:
1515
build:
1616

17-
runs-on: ubuntu-latest
17+
# runs-on: ubuntu-latest
18+
runs-on: [self-hosted, linux, x64]
1819

1920
steps:
2021
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)