Skip to content

Commit d395aa3

Browse files
committed
Make analyze required by release
Signed-off-by: Victor Chang <[email protected]>
1 parent ec6e82d commit d395aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
release:
490490
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/develop') ||contains(github.head_ref, 'release/') || contains(github.head_ref, 'feature/') || contains(github.head_ref, 'develop') }}
491491
runs-on: ubuntu-latest
492-
needs: [calc-version, unit-test, docs, integration-test, CodeQL-Analyze]
492+
needs: [calc-version, unit-test, docs, integration-test, analyze]
493493
env:
494494
SEMVER: ${{ needs.calc-version.outputs.semVer }}
495495
PRERELEASELABEL: ${{ needs.calc-version.outputs.preReleaseLabel }}

0 commit comments

Comments
 (0)