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 0f73d51

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

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-9
lines changed

‎.github/workflows/ci.yml

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

1818
docs-build:
1919
name: Docs
20-
runs-on:
21-
group: paid
22-
labels: bigmem
20+
runs-on: bigmem
2321
strategy:
2422
fail-fast: false
2523
steps:
@@ -50,9 +48,7 @@ jobs:
5048
5149
test-build-full:
5250
name: Test examples, env with notebook and glfw
53-
runs-on:
54-
group: paid
55-
labels: bigmem
51+
runs-on: bigmem
5652
if: ${{ !github.event.pull_request.draft }}
5753
strategy:
5854
fail-fast: false
@@ -109,9 +105,7 @@ jobs:
109105
110106
test-build-desktop:
111107
name: Test examples, env with only glfw
112-
runs-on:
113-
group: paid
114-
labels: bigmem
108+
runs-on: bigmem
115109
if: ${{ !github.event.pull_request.draft }}
116110
strategy:
117111
fail-fast: false

0 commit comments

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