From 64ced21942c7eef3045a7b5482e831696e74c60b Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 7 May 2024 20:06:29 +0300 Subject: [PATCH] ci: disable make test-migrations in release.yaml --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index faa6593452e25..9f23a5c488e80 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