diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index faa6593452..9f23a5c488 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -178,9 +178,9 @@ jobs: env: EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }} - - name: Test migrations from current ref to main - run: | - make test-migrations + # - name: Test migrations from current ref to main + # run: | + # make test-migrations # Setup GCloud for signing Windows binaries. - name: Authenticate to Google Cloud