mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Block releasing on successfully running _all_ tests (#94)
This commit is contained in:
parent
f69d784fd8
commit
3f1ecebcef
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user