diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1eb4d09..6548fe7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -194,7 +194,7 @@ jobs: # fail-build: false build-binary: - needs: [ prepare, test, code_scans, create-dummy-release ] + needs: [ prepare, test, code_scans ] name: Binary compilation and release runs-on: ubuntu-latest # strategy: