From d05b69ff3d0fd1192bee04ba2626abbcbca279e8 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:28:53 +0400 Subject: [PATCH] build: require codeql and spellcheck to pass successfully before build starts --- .github/workflows/release.yml | 2 +- .github/workflows/rolling-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af152f1..17b96c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: secrets: inherit release: - needs: [security-scan, lint-js, lint-rust] + needs: [security-scan, lint-js, lint-rust, codeql, spellcheck] permissions: contents: write strategy: diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 07908ce..9207e80 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -47,7 +47,7 @@ jobs: secrets: inherit rolling-release: - needs: [security-scan, lint-js, lint-rust] + needs: [security-scan, lint-js, lint-rust, codeql, spellcheck] permissions: contents: write strategy: