File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -440,8 +440,9 @@ jobs:
440
440
path : lib/ocaml
441
441
442
442
pkg-pr-new :
443
- needs : [build-rewatch, build-compiler]
444
- if : github.event_name == 'pull_request'
443
+ needs :
444
+ - build-rewatch
445
+ - build-compiler
445
446
runs-on : ubuntu-24.04-arm
446
447
steps :
447
448
- name : Checkout
@@ -467,8 +468,8 @@ jobs:
467
468
yarn dlx pkg-pr-new publish "." "./packages/@rescript/*"
468
469
469
470
installationTest :
470
- needs : [pkg-pr-new]
471
- if : github.event_name == 'pull_request'
471
+ needs :
472
+ - pkg-pr-new
472
473
strategy :
473
474
fail-fast : false
474
475
matrix :
@@ -519,7 +520,10 @@ jobs:
519
520
working-directory : ${{ steps.tmp-dir.outputs.path }}
520
521
521
522
publish :
522
- needs : [build-rewatch, build-compiler]
523
+ needs :
524
+ - build-rewatch
525
+ - build-compiler
526
+ - installationTest
523
527
if : startsWith(github.ref, 'refs/tags/v')
524
528
runs-on : ubuntu-24.04-arm
525
529
steps :
You can’t perform that action at this time.
0 commit comments