Skip to content
Merged
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/pr-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: PR Preview Build

on:
pull_request:
workflow_dispatch:

jobs:
build:
name: Build Release Binaries
runs-on: depot-ubuntu-22.04-4
runs-on: ubuntu-latest-8-cores
permissions:
contents: write

Expand Down
1 change: 1 addition & 0 deletions actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- depot-ubuntu-22.04-4
- depot-ubuntu-22.04-8