Skip to content

Commit 9ce6e3e

Browse files
committed
Update MSVC bytecode workflow to use only 1 part
1 parent 30a5af4 commit 9ce6e3e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/msvc-530-trunk-bytecode.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
part1:
11+
build:
1212
uses: ./.github/workflows/msvc-common.yml
1313
with:
1414
bytecodeonly: true
15-
dune_alias: 'ci1'
16-
17-
part2:
18-
needs: part1
19-
# Run part2 even if some test failed in part1:
20-
if: ${{ always() }}
21-
uses: ./.github/workflows/msvc-common.yml
22-
with:
23-
bytecodeonly: true
24-
dune_alias: 'ci2'

0 commit comments

Comments
 (0)