Skip to content

Commit 727b33e

Browse files
Revert "Test slurm runners"
This reverts commit f9ac1b0.
1 parent f9ac1b0 commit 727b33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
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' ||
@@ -96,7 +96,7 @@ jobs:
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']

0 commit comments

Comments
 (0)