We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b434b09 commit 7eb21f9Copy full SHA for 7eb21f9
.github/workflows/pr-preview-build.yml
@@ -2,11 +2,12 @@ name: PR Preview Build
2
3
on:
4
pull_request:
5
+ workflow_dispatch:
6
7
jobs:
8
build:
9
name: Build Release Binaries
- runs-on: depot-ubuntu-22.04-4
10
+ runs-on: ubuntu-latest-8-cores
11
permissions:
12
contents: write
13
actionlint.yaml
@@ -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
0 commit comments