We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bee9a commit e9da24dCopy full SHA for e9da24d
.github/workflows/release.yml
@@ -189,7 +189,7 @@ jobs:
189
release:
190
needs: [python-tests, js-tests]
191
if: always() &&
192
- !contains(needs.*.result, 'failure' &&
+ !contains(needs.*.result, 'failure') &&
193
!contains(needs.*.result, 'cancelled') &&
194
(needs.changes.outputs.js == 'true' || needs.changes.outputs.python == 'true')
195
name: Release
0 commit comments