Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test_autosd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ on:
jobs:
build:
name: x86_64
runs-on: ubuntu-latest
runs-on:
labels: LargeRunner_8cores_32GB_RAM_300GB_SSD

steps:
- name: Clean disk space
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ on:

jobs:
test_and_docs:
runs-on: ubuntu-22.04
runs-on:
labels: LargeRunner_8cores_32GB_RAM_300GB_SSD
permissions:
contents: write # required to upload release assets
pull-requests: write
Expand Down
Loading