Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06dd656

Browse files
authored
ci: disable make test-migrations in release.yaml (coder#13201)
1 parent b7a921a commit 06dd656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ jobs:
178178
env:
179179
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
180180

181-
- name: Test migrations from current ref to main
182-
run: |
183-
make test-migrations
181+
# - name: Test migrations from current ref to main
182+
# run: |
183+
# make test-migrations
184184

185185
# Setup GCloud for signing Windows binaries.
186186
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)