[Actions] Fix nightly workflow changes detection.

This commit is contained in:
Kuba Szczodrzyński
2021-04-06 18:20:09 +02:00
parent e04bd75f1f
commit dd254d4bec
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
runs-on: self-hosted
needs:
- prepare
if: needs.prepare.outputs.hasNewChanges
if: ${{ needs.prepare.outputs.hasNewChanges == 'true' }}
outputs:
androidHome: ${{ env.ANDROID_HOME }}
androidSdkRoot: ${{ env.ANDROID_SDK_ROOT }}