Skip to content

Commit 7eb21f9

Browse files
authored
fix: fix pr preview workflow errors (#182)
1 parent b434b09 commit 7eb21f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr-preview-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: PR Preview Build
22

33
on:
44
pull_request:
5+
workflow_dispatch:
56

67
jobs:
78
build:
89
name: Build Release Binaries
9-
runs-on: depot-ubuntu-22.04-4
10+
runs-on: ubuntu-latest-8-cores
1011
permissions:
1112
contents: write
1213

actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ self-hosted-runner:
33
# Labels of self-hosted runner in array of strings.
44
labels:
55
- depot-ubuntu-22.04-4
6+
- depot-ubuntu-22.04-8

0 commit comments

Comments
 (0)