File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ jobs:
5858 exit 1
5959 fi
6060
61- build-and-test :
62- needs : [ get-configs, version-and-tag ]
63- uses : ./.github/workflows/build-and-test.yml
64- strategy :
65- fail-fast : true
66- matrix :
67- os : [ ubuntu-22.04, windows-latest, macos-latest ]
68- with :
69- ref : ${{ needs.version-and-tag.outputs.tag }}
70- runs-on : ${{ matrix.os }}
61+ # build-and-test:
62+ # needs: [ get-configs, version-and-tag ]
63+ # uses: ./.github/workflows/build-and-test.yml
64+ # strategy:
65+ # fail-fast: true
66+ # matrix:
67+ # os: [ ubuntu-22.04, windows-latest, macos-latest ]
68+ # with:
69+ # ref: ${{ needs.version-and-tag.outputs.tag }}
70+ # runs-on: ${{ matrix.os }}
7171
7272# bundle-linux:
7373# needs: [ get-configs, version-and-tag, build-and-test ]
@@ -156,7 +156,7 @@ jobs:
156156# compression-level: 6
157157
158158 bundle-win-mac :
159- needs : [ get-configs, version-and-tag, build-and-test ]
159+ needs : [ get-configs, version-and-tag ]
160160 strategy :
161161 fail-fast : true
162162 matrix :
You can’t perform that action at this time.
0 commit comments