Skip to content

Commit f049fa0

Browse files
committed
fix the runners
1 parent bd38a44 commit f049fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ jobs:
180180
!contains(needs.*.result, 'cancelled') &&
181181
needs.files-changed.outputs.python == 'true'
182182
needs: ["files-changed", "yaml-lint", "python-lint"]
183-
runs-on: ubuntu-latest
183+
runs-on:
184+
group: "huge-runners"
184185
timeout-minutes: 30
185186
steps:
186187
- name: "Check out repository code"

0 commit comments

Comments
 (0)