diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 58fedc5..62707f8 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -101,7 +101,7 @@ jobs: name: Create Release runs-on: 'ubuntu-latest' if: startsWith(github.ref, 'refs/tags/') - needs: tests + needs: [asset-compilation, coding-standards, static-analysis, tests] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}