Skip to content

Commit ce03fe5

Browse files
authored
Always run inductor tests on Rolling driver (#4853)
1 parent 74f98d2 commit ce03fe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
name: Test
3636
runs-on:
3737
- linux
38-
- ${{ inputs.runner_label || 'rolling' }}
38+
- rolling
39+
- ${{ inputs.runner_label || 'max1100' }}
3940
timeout-minutes: 960
4041
defaults:
4142
run:

0 commit comments

Comments
 (0)