Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 3f1eceb

Browse files
authored
Block releasing on successfully running _all_ tests (#94)
1 parent f69d784 commit 3f1eceb

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
@@ -219,7 +219,7 @@ jobs:
219219
deploy_github_linux:
220220
name: "Deploy Github: linux-ia32, linux-x64"
221221
runs-on: ubuntu-latest
222-
needs: [dart_tests, static_analysis]
222+
needs: [dart_tests, sass_spec, static_analysis, format]
223223
if: "startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass-embedded'"
224224

225225
steps:

0 commit comments

Comments
 (0)