Update ci.yml (#4111)

Require successful `muzzle` step before publishing snapshots
This commit is contained in:
Nikita Salnikov-Tarnovski 2021-09-13 14:30:32 +02:00 committed by GitHub
parent 17d9c6f414
commit 1db3f657d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ jobs:
snapshot:
runs-on: ubuntu-latest
needs: [ build, test, testLatestDeps, smoke-test, examples ]
needs: [ build, test, testLatestDeps, smoke-test, examples, muzzle ]
steps:
- uses: actions/checkout@v2.3.4
with: