Fix workflow file (#2967)

This commit is contained in:
Nikita Salnikov-Tarnovski 2021-05-12 14:25:50 +03:00 committed by GitHub
parent 057d8861fa
commit b944a28b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Nightly build
name: Nightly build without cache
on:
schedule:
@ -94,7 +94,7 @@ jobs:
issue:
name: Open issue on failure
needs: [ build, test, testLatestDep, snapshot ]
needs: [ build, test, example-distro, smoke-test]
runs-on: ubuntu-latest
if: always()
steps: