File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
determine-test-scope :
27
- runs-on : [slurm-runner, 1xcpu]
27
+ runs-on : [ inhouse ]
28
28
if : |
29
29
github.event.pull_request.draft == false ||
30
30
github.ref == 'refs/heads/develop' ||
96
96
needs : determine-test-scope
97
97
if : ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' )
98
98
name : Run linting
99
- runs-on : [slurm-runner, 1xcpu ]
99
+ runs-on : [ inhouse ]
100
100
steps :
101
101
- uses : actions/checkout@v4
102
102
with :
@@ -114,7 +114,7 @@ jobs:
114
114
needs : determine-test-scope
115
115
if : needs.determine-test-scope.outputs.local_tests == 'true'
116
116
name : Python ${{ matrix.python-version }} - self-hosted-runner
117
- runs-on : [slurm-runner, 10xcpu]
117
+ runs-on : [ inhouse ]
118
118
strategy :
119
119
matrix :
120
120
python-version : ['3.9', '3.13']
You can’t perform that action at this time.
0 commit comments