Skip to content

Commit d6e6c13

Browse files
committed
speed up
1 parent 5d4acb7 commit d6e6c13

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)