We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79715f9 commit c50e799Copy full SHA for c50e799
1 file changed
.github/workflows/main.yml
@@ -17,12 +17,13 @@ jobs:
17
BUILD:
18
strategy:
19
matrix:
20
- os: [ mulesoft-ubuntu, mulesoft-windows ]
+ os: [ mulesoft-ubuntu ]
21
+# os: [ mulesoft-ubuntu, mulesoft-windows ]
22
include:
23
- os: mulesoft-ubuntu
24
script_name: linux
- - os: mulesoft-windows
25
- script_name: windows
+# - os: mulesoft-windows
26
+# script_name: windows
27
runs-on: ${{ matrix.os }}
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
0 commit comments