Skip to content

Commit c2c5ac1

Browse files
committed
[WIP] Run release on PR builds
1 parent be905c8 commit c2c5ac1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- release
1111
- trigger-nightly
12+
pull_request:
1213

1314
env:
1415
CARGO_INCREMENTAL: 0
@@ -36,7 +37,6 @@ jobs:
3637
- os: windows-latest
3738
target: aarch64-pc-windows-msvc
3839
code-target: win32-arm64
39-
pgo: true
4040
- os: ubuntu-latest
4141
target: x86_64-unknown-linux-gnu
4242
zig_target: x86_64-unknown-linux-gnu.2.28
@@ -189,6 +189,8 @@ jobs:
189189
runs-on: ubuntu-latest
190190
needs: ["dist", "dist-x86_64-unknown-linux-musl"]
191191
steps:
192+
- name: Fail
193+
run: exit 1
192194
- name: Install Nodejs
193195
uses: actions/setup-node@v4
194196
with:

0 commit comments

Comments
 (0)