Skip to content

Commit e02b498

Browse files
update workflow 2
1 parent 22ee45a commit e02b498

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

.github/workflows/_msvc.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Pull Request
2-
description: Pull request
1+
name: MSVC
2+
description: MSVC
33

44
on:
55
pull_request:
@@ -10,20 +10,9 @@ on:
1010

1111
jobs:
1212

13-
Checkout:
14-
uses: "./.github/workflows/_checkout.yml"
15-
with:
16-
checkoutRef: ${{ github.event.pull_request.head.sha }}
17-
18-
QC:
19-
needs: [Checkout]
20-
uses: "./.github/workflows/_qc.yml"
21-
with:
22-
nixHash: ${{ needs.Checkout.outputs.nixHash }}
23-
2413
MsvcDev:
2514
needs: [Checkout]
26-
uses: "./.github/workflows/msvcDev.yml"
15+
uses: "./.github/workflows/visual_studio"
2716
with:
2817
qtVersion: ${{ needs.Checkout.outputs.qtVersion }}
2918
antlrVersion: ${{ needs.Checkout.outputs.antlrVersion }}

.github/workflows/msvcDev.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)