Block releasing on successfully running _all_ tests (#94)

This commit is contained in:
Natalie Weizenbaum 2022-07-22 16:05:02 -07:00 committed by GitHub
parent f69d784fd8
commit 3f1ecebcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ jobs:
deploy_github_linux:
name: "Deploy Github: linux-ia32, linux-x64"
runs-on: ubuntu-latest
needs: [dart_tests, static_analysis]
needs: [dart_tests, sass_spec, static_analysis, format]
if: "startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass-embedded'"
steps: