diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index caa558e5..fd97e78e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: create-release: name: Create Release - needs: [static-analysis, test, build-chrome-extension] + needs: [static-analysis, build-chrome-extension] runs-on: rows-fe-default steps: - name: Checkout code