Skip to content

Commit 181d890

Browse files
committed
WIP: run release workflow on PR builds
1 parent 5fccb2e commit 181d890

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
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
@@ -189,6 +190,9 @@ jobs:
189190
runs-on: ubuntu-latest
190191
needs: ["dist", "dist-x86_64-unknown-linux-musl"]
191192
steps:
193+
- name: Fail
194+
run: exit 1
195+
192196
- name: Install Nodejs
193197
uses: actions/setup-node@v4
194198
with:

0 commit comments

Comments
 (0)