We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66a3a5 commit bb45cb0Copy full SHA for bb45cb0
.github/workflows/keystore.yml
@@ -96,7 +96,7 @@ jobs:
96
if: needs.changes.outputs.keystore-src == 'true'
97
run: |
98
if [[ "${{ needs.run-tests.outcome }}" != "success" || \
99
- "${{ sneeds.build-race-tests.outcome }}" != "success" ]]; then
+ "${{ needs.build-race-tests.outcome }}" != "success" ]]; then
100
exit 1
101
fi
102
0 commit comments