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: