File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525jobs :
2626 determine-test-scope :
27- runs-on : [slurm-runner, 1xcpu]
27+ runs-on : [ inhouse ]
2828 if : |
2929 github.event.pull_request.draft == false ||
3030 github.ref == 'refs/heads/develop' ||
9696 needs : determine-test-scope
9797 if : ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' )
9898 name : Run linting
99- runs-on : [slurm-runner, 1xcpu ]
99+ runs-on : [ inhouse ]
100100 steps :
101101 - uses : actions/checkout@v4
102102 with :
@@ -114,7 +114,7 @@ jobs:
114114 needs : determine-test-scope
115115 if : needs.determine-test-scope.outputs.local_tests == 'true'
116116 name : Python ${{ matrix.python-version }} - self-hosted-runner
117- runs-on : [slurm-runner, 10xcpu]
117+ runs-on : [ inhouse ]
118118 strategy :
119119 matrix :
120120 python-version : ['3.9', '3.13']
You can’t perform that action at this time.
0 commit comments