Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55936a6

Browse filesBrowse files
authored
Update ci.yml
1 parent 71719a0 commit 55936a6
Copy full SHA for 55936a6

File tree

Expand file treeCollapse file tree

1 file changed

+9
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-3
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
docs-build:
1919
name: Docs
20-
runs-on: bigmem
20+
runs-on:
21+
group: paid
22+
labels: bigmem
2123
strategy:
2224
fail-fast: false
2325
steps:
@@ -48,7 +50,9 @@ jobs:
4850
4951
test-build-full:
5052
name: Test examples, env with notebook and glfw
51-
runs-on: bigmem
53+
runs-on:
54+
group: paid
55+
labels: bigmem
5256
if: ${{ !github.event.pull_request.draft }}
5357
strategy:
5458
fail-fast: false
@@ -105,7 +109,9 @@ jobs:
105109
106110
test-build-desktop:
107111
name: Test examples, env with only glfw
108-
runs-on: bigmem
112+
runs-on:
113+
group: paid
114+
labels: bigmem
109115
if: ${{ !github.event.pull_request.draft }}
110116
strategy:
111117
fail-fast: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.