We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd034e commit d0abae3Copy full SHA for d0abae3
1 file changed
.github/workflows/on-push.yml
@@ -5,13 +5,10 @@ on:
5
workflow_dispatch:
6
7
jobs:
8
- build:
9
- strategy:
10
- matrix:
11
- os: [
12
- #win,
13
- linux
14
- ]
+# call-windows-build:
+# name: Windows Build
+# uses: ./.github/workflows/win-build.yml
15
16
- name: ${{ matrix.os }} build
17
- uses: ./.github/workflows/${{ matrix.os }}-build.yml
+ call-linux-build:
+ name: Linux Build
+ uses: ./.github/workflows/linux-build.yml
0 commit comments