We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be905c8 commit c2c5ac1Copy full SHA for c2c5ac1
.github/workflows/release.yaml
@@ -9,6 +9,7 @@ on:
9
branches:
10
- release
11
- trigger-nightly
12
+ pull_request:
13
14
env:
15
CARGO_INCREMENTAL: 0
@@ -36,7 +37,6 @@ jobs:
36
37
- os: windows-latest
38
target: aarch64-pc-windows-msvc
39
code-target: win32-arm64
- pgo: true
40
- os: ubuntu-latest
41
target: x86_64-unknown-linux-gnu
42
zig_target: x86_64-unknown-linux-gnu.2.28
@@ -189,6 +189,8 @@ jobs:
189
runs-on: ubuntu-latest
190
needs: ["dist", "dist-x86_64-unknown-linux-musl"]
191
steps:
192
+ - name: Fail
193
+ run: exit 1
194
- name: Install Nodejs
195
uses: actions/setup-node@v4
196
with:
0 commit comments